Html Css Color HEX #42530B Verdun Green

📋 copy color: '#42530B'

red 66 ◦ green 83 ◦ blue 11

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

Shades of Verdun Green #42530B

Tints of Verdun Green #42530B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 51.88%

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

R = 41.25%
G = 51.88%
B = 6.88%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#42530B (or 0x42530B) is known color: Verdun Green. HEX triplet: 42, 53 and 0B. RGB value is (66,83,11). Sum of RGB (Red+Green+Blue) = 66+83+11=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #42530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42530B is #BDACF4. Grayscale: #454545. Windows color (decimal): -12430581 or 742210. OLE color: 742210.

HSL color Cylindrical-coordinate representation of color #42530B: hue angle of 74.17º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42530B is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 83 11 -
CMYK 0.20 0 0.87 0.67
HSL 74.17º 0.77% 0.18% -
HSV(B) 74.17º 0.87% 0.33% -
XYZ 5.4 7.37 1.45 -
YUV 69.71 94.87 125.35 -
System Red Green Blue C M Y K H S L
Decimal 66 83 11 0.20 0 0.87 0.67 74.17 0.77 0.18
Hex 42 53 B 14 0 57 43 4A 4D 12
Octal 102 123 13 24 0 127 103 112 115 22
Binary 1000010 1010011 1011 10100 0 1010111 1000011 1001010 1001101 10010

Color Harmonies of #42530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42530B

Black with #42530B

Text Example


Text Example

White with #42530B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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