Html Css Color HEX #42614B Feldgrau

📋 copy color: '#42614B'

red 66 ◦ green 97 ◦ blue 75

#42614B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldgrau #42614B

Tints of Feldgrau #42614B

RGB

 RED value IS 66 (26.17% from 255) = 27.73%

 GREEN value IS 97 (38.28% from 255) = 40.76%

 BLUE value IS 75 (29.69% from 255) = 31.51%

R = 27.73%
G = 40.76%
B = 31.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#42614B (or 0x42614B) is known color: Feldgrau. HEX triplet: 42, 61 and 4B. RGB value is (66,97,75). Sum of RGB (Red+Green+Blue) = 66+97+75=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 97 - color contains mainly: green. Hex color #42614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42614B is #BD9EB4. Grayscale: #555555. Windows color (decimal): -12426933 or 4940098. OLE color: 4940098.

HSL color Cylindrical-coordinate representation of color #42614B: hue angle of 137.42º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #42614B is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 97 75 -
CMYK 0.32 0 0.23 0.62
HSL 137.42º 0.19% 0.32% -
HSV(B) 137.42º 0.32% 0.38% -
XYZ 7.79 10.22 8.22 -
YUV 85.22 122.23 114.29 -
System Red Green Blue C M Y K H S L
Decimal 66 97 75 0.32 0 0.23 0.62 137.42 0.19 0.32
Hex 42 61 4B 20 0 17 3E 89 13 20
Octal 102 141 113 40 0 27 76 211 23 40
Binary 1000010 1100001 1001011 100000 0 10111 111110 10001001 10011 100000

Color Harmonies of #42614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42614B

Black with #42614B

Text Example


Text Example

White with #42614B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42614B; }

 p { color: rgb(66,97,75); }

 H1.HeaderClassName
 {
   color: #42614B;
 }
 .AnyTagClassName
 {
   color: #42614B;
 }
</style>

background-color css

<style>
 a { background-color: #42614B; }

 a { background-color: rgb(66,97,75); }

 div.DivClassName
 {
   background-color: #42614B;
 }
 .BgClassName
 {
   background-color: #42614B;
 }
</style>

border-color css

<style>
 span { border-color: #42614B; }

 span { border-color: rgb(66,97,75); }

 td.TdClassName
 {
   border-color: #42614B;
 }
 .TagClassName
 {
   border-color: #42614B;
 }
</style>