Html Css Color HEX #35580C Verdun Green

📋 copy color: '#35580C'

red 53 ◦ green 88 ◦ blue 12

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

Shades of Verdun Green #35580C

Tints of Verdun Green #35580C

RGB

 RED value IS 53 (21.09% from 255) = 34.64%

 GREEN value IS 88 (34.77% from 255) = 57.52%

 BLUE value IS 12 (5.08% from 255) = 7.84%

R = 34.64%
G = 57.52%
B = 7.84%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#35580C (or 0x35580C) is known color: Verdun Green. HEX triplet: 35, 58 and 0C. RGB value is (53,88,12). Sum of RGB (Red+Green+Blue) = 53+88+12=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 88 (34.77% from 255 or 57.52% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 88 - color contains mainly: green. Hex color #35580C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35580C is #CAA7F3. Grayscale: #454545. Windows color (decimal): -13281268 or 809013. OLE color: 809013.

HSL color Cylindrical-coordinate representation of color #35580C: hue angle of 87.63º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #35580C is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 88 12 -
CMYK 0.40 0 0.86 0.65
HSL 87.63º 0.76% 0.2% -
HSV(B) 87.63º 0.86% 0.35% -
XYZ 5.02 7.76 1.58 -
YUV 68.87 95.9 116.68 -
System Red Green Blue C M Y K H S L
Decimal 53 88 12 0.40 0 0.86 0.65 87.63 0.76 0.2
Hex 35 58 C 28 0 56 41 58 4C 14
Octal 65 130 14 50 0 126 101 130 114 24
Binary 110101 1011000 1100 101000 0 1010110 1000001 1011000 1001100 10100

Color Harmonies of #35580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35580C

Black with #35580C

Text Example


Text Example

White with #35580C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35580C; }

 p { color: rgb(53,88,12); }

 H1.HeaderClassName
 {
   color: #35580C;
 }
 .AnyTagClassName
 {
   color: #35580C;
 }
</style>

background-color css

<style>
 a { background-color: #35580C; }

 a { background-color: rgb(53,88,12); }

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

border-color css

<style>
 span { border-color: #35580C; }

 span { border-color: rgb(53,88,12); }

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