Html Css Color HEX #435D12 Verdun Green

📋 copy color: '#435D12'

red 67 ◦ green 93 ◦ blue 18

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

Shades of Verdun Green #435D12

Tints of Verdun Green #435D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.11%

R = 37.64%
G = 52.25%
B = 10.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.81

 K value IS 0.64

RGB Variations

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

Color information

#435D12 (or 0x435D12) is known color: Verdun Green. HEX triplet: 43, 5D and 12. RGB value is (67,93,18). Sum of RGB (Red+Green+Blue) = 67+93+18=178 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.64% from 178); Green value is 93 (36.72% from 255 or 52.25% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 93 - color contains mainly: green. Hex color #435D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435D12 is #BCA2ED. Grayscale: #4C4C4C. Windows color (decimal): -12362478 or 1203523. OLE color: 1203523.

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

Color convert

RGB 67 93 18 -
CMYK 0.28 0 0.81 0.64
HSL 80.8º 0.68% 0.22% -
HSV(B) 80.8º 0.81% 0.36% -
XYZ 6.34 9.07 1.99 -
YUV 76.68 94.89 121.1 -
System Red Green Blue C M Y K H S L
Decimal 67 93 18 0.28 0 0.81 0.64 80.8 0.68 0.22
Hex 43 5D 12 1C 0 51 40 51 44 16
Octal 103 135 22 34 0 121 100 121 104 26
Binary 1000011 1011101 10010 11100 0 1010001 1000000 1010001 1000100 10110

Color Harmonies of #435D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435D12

Black with #435D12

Text Example


Text Example

White with #435D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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