Html Css Color HEX #42614A Feldgrau

📋 copy color: '#42614A'

red 66 ◦ green 97 ◦ blue 74

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

Shades of Feldgrau #42614A

Tints of Feldgrau #42614A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 31.22%

R = 27.85%
G = 40.93%
B = 31.22%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#42614A (or 0x42614A) is known color: Feldgrau. HEX triplet: 42, 61 and 4A. RGB value is (66,97,74). Sum of RGB (Red+Green+Blue) = 66+97+74=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 97 - color contains mainly: green. Hex color #42614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42614A is #BD9EB5. Grayscale: #555555. Windows color (decimal): -12426934 or 4874562. OLE color: 4874562.

HSL color Cylindrical-coordinate representation of color #42614A: hue angle of 135.48º 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 #42614A is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 97 74 -
CMYK 0.32 0 0.24 0.62
HSL 135.48º 0.19% 0.32% -
HSV(B) 135.48º 0.32% 0.38% -
XYZ 7.76 10.2 8.04 -
YUV 85.11 121.73 114.37 -
System Red Green Blue C M Y K H S L
Decimal 66 97 74 0.32 0 0.24 0.62 135.48 0.19 0.32
Hex 42 61 4A 20 0 18 3E 87 13 20
Octal 102 141 112 40 0 30 76 207 23 40
Binary 1000010 1100001 1001010 100000 0 11000 111110 10000111 10011 100000

Color Harmonies of #42614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42614A

Black with #42614A

Text Example


Text Example

White with #42614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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