Html Css Color HEX #42530D Verdun Green

📋 copy color: '#42530D'

red 66 ◦ green 83 ◦ blue 13

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

Shades of Verdun Green #42530D

Tints of Verdun Green #42530D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.02%

R = 40.74%
G = 51.23%
B = 8.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#42530D (or 0x42530D) is known color: Verdun Green. HEX triplet: 42, 53 and 0D. RGB value is (66,83,13). Sum of RGB (Red+Green+Blue) = 66+83+13=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #42530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42530D is #BDACF2. Grayscale: #464646. Windows color (decimal): -12430579 or 873282. OLE color: 873282.

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

Color convert

RGB 66 83 13 -
CMYK 0.20 0 0.84 0.67
HSL 74.57º 0.73% 0.19% -
HSV(B) 74.57º 0.84% 0.33% -
XYZ 5.41 7.37 1.52 -
YUV 69.94 95.87 125.19 -
System Red Green Blue C M Y K H S L
Decimal 66 83 13 0.20 0 0.84 0.67 74.57 0.73 0.19
Hex 42 53 D 14 0 54 43 4B 49 13
Octal 102 123 15 24 0 124 103 113 111 23
Binary 1000010 1010011 1101 10100 0 1010100 1000011 1001011 1001001 10011

Color Harmonies of #42530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42530D

Black with #42530D

Text Example


Text Example

White with #42530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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