Html Css Color HEX #425A0F Verdun Green

📋 copy color: '#425A0F'

red 66 ◦ green 90 ◦ blue 15

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

Shades of Verdun Green #425A0F

Tints of Verdun Green #425A0F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 52.63%

 BLUE value IS 15 (6.25% from 255) = 8.77%

R = 38.6%
G = 52.63%
B = 8.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#425A0F (or 0x425A0F) is known color: Verdun Green. HEX triplet: 42, 5A and 0F. RGB value is (66,90,15). Sum of RGB (Red+Green+Blue) = 66+90+15=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 90 (35.55% from 255 or 52.63% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 90 - color contains mainly: green. Hex color #425A0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425A0F is #BDA5F0. Grayscale: #4A4A4A. Windows color (decimal): -12428785 or 1006146. OLE color: 1006146.

HSL color Cylindrical-coordinate representation of color #425A0F: hue angle of 79.2º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #425A0F is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 90 15 -
CMYK 0.27 0 0.83 0.65
HSL 79.2º 0.71% 0.21% -
HSV(B) 79.2º 0.83% 0.35% -
XYZ 5.99 8.51 1.78 -
YUV 74.27 94.55 122.1 -
System Red Green Blue C M Y K H S L
Decimal 66 90 15 0.27 0 0.83 0.65 79.2 0.71 0.21
Hex 42 5A F 1B 0 53 41 4F 47 15
Octal 102 132 17 33 0 123 101 117 107 25
Binary 1000010 1011010 1111 11011 0 1010011 1000001 1001111 1000111 10101

Color Harmonies of #425A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425A0F

Black with #425A0F

Text Example


Text Example

White with #425A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425A0F; }

 p { color: rgb(66,90,15); }

 H1.HeaderClassName
 {
   color: #425A0F;
 }
 .AnyTagClassName
 {
   color: #425A0F;
 }
</style>

background-color css

<style>
 a { background-color: #425A0F; }

 a { background-color: rgb(66,90,15); }

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

border-color css

<style>
 span { border-color: #425A0F; }

 span { border-color: rgb(66,90,15); }

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