Html Css Color HEX #42450B Verdun Green

📋 copy color: '#42450B'

red 66 ◦ green 69 ◦ blue 11

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

Shades of Verdun Green #42450B

Tints of Verdun Green #42450B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 47.26%

 BLUE value IS 11 (4.69% from 255) = 7.53%

R = 45.21%
G = 47.26%
B = 7.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#42450B (or 0x42450B) is known color: Verdun Green. HEX triplet: 42, 45 and 0B. RGB value is (66,69,11). Sum of RGB (Red+Green+Blue) = 66+69+11=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #42450B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42450B is #BDBAF4. Grayscale: #3D3D3D. Windows color (decimal): -12434165 or 738626. OLE color: 738626.

HSL color Cylindrical-coordinate representation of color #42450B: hue angle of 63.1º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42450B is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 69 11 -
CMYK 0.04 0 0.84 0.73
HSL 63.1º 0.73% 0.16% -
HSV(B) 63.1º 0.84% 0.27% -
XYZ 4.44 5.44 1.13 -
YUV 61.49 99.51 131.22 -
System Red Green Blue C M Y K H S L
Decimal 66 69 11 0.04 0 0.84 0.73 63.1 0.73 0.16
Hex 42 45 B 4 0 54 49 3F 48 10
Octal 102 105 13 4 0 124 111 77 110 20
Binary 1000010 1000101 1011 100 0 1010100 1001001 111111 1001000 10000

Color Harmonies of #42450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42450B

Black with #42450B

Text Example


Text Example

White with #42450B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,69,11); }

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

background-color css

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

 a { background-color: rgb(66,69,11); }

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

border-color css

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

 span { border-color: rgb(66,69,11); }

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