Html Css Color HEX #425C1B Verdun Green

📋 copy color: '#425C1B'

red 66 ◦ green 92 ◦ blue 27

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

Shades of Verdun Green #425C1B

Tints of Verdun Green #425C1B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 49.73%

 BLUE value IS 27 (10.94% from 255) = 14.59%

R = 35.68%
G = 49.73%
B = 14.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.71

 K value IS 0.64

RGB Variations

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

Color information

#425C1B (or 0x425C1B) is known color: Verdun Green. HEX triplet: 42, 5C and 1B. RGB value is (66,92,27). Sum of RGB (Red+Green+Blue) = 66+92+27=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 92 (36.33% from 255 or 49.73% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 92 - color contains mainly: green. Hex color #425C1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425C1B is #BDA3E4. Grayscale: #4D4D4D. Windows color (decimal): -12428261 or 1793090. OLE color: 1793090.

HSL color Cylindrical-coordinate representation of color #425C1B: hue angle of 84º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #425C1B is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 92 27 -
CMYK 0.28 0 0.71 0.64
HSL 84º 0.55% 0.23% -
HSV(B) 84º 0.71% 0.36% -
XYZ 6.27 8.89 2.42 -
YUV 76.82 99.89 120.29 -
System Red Green Blue C M Y K H S L
Decimal 66 92 27 0.28 0 0.71 0.64 84 0.55 0.23
Hex 42 5C 1B 1C 0 47 40 54 37 17
Octal 102 134 33 34 0 107 100 124 67 27
Binary 1000010 1011100 11011 11100 0 1000111 1000000 1010100 110111 10111

Color Harmonies of #425C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425C1B

Black with #425C1B

Text Example


Text Example

White with #425C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,92,27); }

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

background-color css

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

 a { background-color: rgb(66,92,27); }

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

border-color css

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

 span { border-color: rgb(66,92,27); }

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