Html Css Color HEX #435C14 Verdun Green

📋 copy color: '#435C14'

red 67 ◦ green 92 ◦ blue 20

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

Shades of Verdun Green #435C14

Tints of Verdun Green #435C14

RGB

 RED value IS 67 (26.56% from 255) = 37.43%

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

 BLUE value IS 20 (8.2% from 255) = 11.17%

R = 37.43%
G = 51.4%
B = 11.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#435C14 (or 0x435C14) is known color: Verdun Green. HEX triplet: 43, 5C and 14. RGB value is (67,92,20). Sum of RGB (Red+Green+Blue) = 67+92+20=179 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.43% from 179); Green value is 92 (36.33% from 255 or 51.40% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 92 - color contains mainly: green. Hex color #435C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435C14 is #BCA3EB. Grayscale: #4C4C4C. Windows color (decimal): -12362732 or 1334339. OLE color: 1334339.

HSL color Cylindrical-coordinate representation of color #435C14: hue angle of 80.83º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #435C14 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB 67 92 20 -
CMYK 0.27 0 0.78 0.64
HSL 80.83º 0.64% 0.22% -
HSV(B) 80.83º 0.78% 0.36% -
XYZ 6.27 8.9 2.05 -
YUV 76.32 96.22 121.35 -
System Red Green Blue C M Y K H S L
Decimal 67 92 20 0.27 0 0.78 0.64 80.83 0.64 0.22
Hex 43 5C 14 1B 0 4E 40 51 40 16
Octal 103 134 24 33 0 116 100 121 100 26
Binary 1000011 1011100 10100 11011 0 1001110 1000000 1010001 1000000 10110

Color Harmonies of #435C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435C14

Black with #435C14

Text Example


Text Example

White with #435C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435C14; }

 p { color: rgb(67,92,20); }

 H1.HeaderClassName
 {
   color: #435C14;
 }
 .AnyTagClassName
 {
   color: #435C14;
 }
</style>

background-color css

<style>
 a { background-color: #435C14; }

 a { background-color: rgb(67,92,20); }

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

border-color css

<style>
 span { border-color: #435C14; }

 span { border-color: rgb(67,92,20); }

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