Html Css Color HEX #42604B Feldgrau

📋 copy color: '#42604B'

red 66 ◦ green 96 ◦ blue 75

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

Shades of Feldgrau #42604B

Tints of Feldgrau #42604B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.51%

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

R = 27.85%
G = 40.51%
B = 31.65%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#42604B (or 0x42604B) is known color: Feldgrau. HEX triplet: 42, 60 and 4B. RGB value is (66,96,75). Sum of RGB (Red+Green+Blue) = 66+96+75=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #42604B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42604B is #BD9FB4. Grayscale: #545454. Windows color (decimal): -12427189 or 4939842. OLE color: 4939842.

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

Color convert

RGB 66 96 75 -
CMYK 0.31 0 0.22 0.62
HSL 138º 0.19% 0.32% -
HSV(B) 138º 0.31% 0.38% -
XYZ 7.7 10.03 8.19 -
YUV 84.64 122.56 114.71 -
System Red Green Blue C M Y K H S L
Decimal 66 96 75 0.31 0 0.22 0.62 138 0.19 0.32
Hex 42 60 4B 1F 0 16 3E 8A 13 20
Octal 102 140 113 37 0 26 76 212 23 40
Binary 1000010 1100000 1001011 11111 0 10110 111110 10001010 10011 100000

Color Harmonies of #42604B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42604B

Black with #42604B

Text Example


Text Example

White with #42604B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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