Html Css Color HEX #42530A Verdun Green

📋 copy color: '#42530A'

red 66 ◦ green 83 ◦ blue 10

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

Shades of Verdun Green #42530A

Tints of Verdun Green #42530A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.29%

R = 41.51%
G = 52.2%
B = 6.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#42530A (or 0x42530A) is known color: Verdun Green. HEX triplet: 42, 53 and 0A. RGB value is (66,83,10). Sum of RGB (Red+Green+Blue) = 66+83+10=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 83 (32.81% from 255 or 52.20% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 83 - color contains mainly: green. Hex color #42530A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42530A is #BDACF5. Grayscale: #454545. Windows color (decimal): -12430582 or 676674. OLE color: 676674.

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

Color convert

RGB 66 83 10 -
CMYK 0.20 0 0.88 0.67
HSL 73.97º 0.78% 0.18% -
HSV(B) 73.97º 0.88% 0.33% -
XYZ 5.39 7.37 1.42 -
YUV 69.6 94.37 125.44 -
System Red Green Blue C M Y K H S L
Decimal 66 83 10 0.20 0 0.88 0.67 73.97 0.78 0.18
Hex 42 53 A 14 0 58 43 4A 4E 12
Octal 102 123 12 24 0 130 103 112 116 22
Binary 1000010 1010011 1010 10100 0 1011000 1000011 1001010 1001110 10010

Color Harmonies of #42530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42530A

Black with #42530A

Text Example


Text Example

White with #42530A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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