Html Css Color HEX #435D10 Verdun Green

📋 copy color: '#435D10'

red 67 ◦ green 93 ◦ blue 16

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

Shades of Verdun Green #435D10

Tints of Verdun Green #435D10

RGB

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

 GREEN value IS 93 (36.72% from 255) = 52.84%

 BLUE value IS 16 (6.64% from 255) = 9.09%

R = 38.07%
G = 52.84%
B = 9.09%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.83

 K value IS 0.64

RGB Variations

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

Color information

#435D10 (or 0x435D10) is known color: Verdun Green. HEX triplet: 43, 5D and 10. RGB value is (67,93,16). Sum of RGB (Red+Green+Blue) = 67+93+16=176 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.07% from 176); Green value is 93 (36.72% from 255 or 52.84% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 93 - color contains mainly: green. Hex color #435D10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435D10 is #BCA2EF. Grayscale: #4C4C4C. Windows color (decimal): -12362480 or 1072451. OLE color: 1072451.

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

Color convert

RGB 67 93 16 -
CMYK 0.28 0 0.83 0.64
HSL 80.26º 0.71% 0.21% -
HSV(B) 80.26º 0.83% 0.36% -
XYZ 6.32 9.06 1.91 -
YUV 76.45 93.89 121.26 -
System Red Green Blue C M Y K H S L
Decimal 67 93 16 0.28 0 0.83 0.64 80.26 0.71 0.21
Hex 43 5D 10 1C 0 53 40 50 47 15
Octal 103 135 20 34 0 123 100 120 107 25
Binary 1000011 1011101 10000 11100 0 1010011 1000000 1010000 1000111 10101

Color Harmonies of #435D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435D10

Black with #435D10

Text Example


Text Example

White with #435D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,93,16); }

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

background-color css

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

 a { background-color: rgb(67,93,16); }

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

border-color css

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

 span { border-color: rgb(67,93,16); }

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