Html Css Color HEX #35630C Verdun Green

📋 copy color: '#35630C'

red 53 ◦ green 99 ◦ blue 12

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

Shades of Verdun Green #35630C

Tints of Verdun Green #35630C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 60.37%

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

R = 32.32%
G = 60.37%
B = 7.32%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#35630C (or 0x35630C) is known color: Verdun Green. HEX triplet: 35, 63 and 0C. RGB value is (53,99,12). Sum of RGB (Red+Green+Blue) = 53+99+12=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 99 (39.06% from 255 or 60.37% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 99 - color contains mainly: green. Hex color #35630C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35630C is #CA9CF3. Grayscale: #4B4B4B. Windows color (decimal): -13278452 or 811829. OLE color: 811829.

HSL color Cylindrical-coordinate representation of color #35630C: hue angle of 91.72º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #35630C is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 99 12 -
CMYK 0.46 0 0.88 0.61
HSL 91.72º 0.78% 0.22% -
HSV(B) 91.72º 0.88% 0.39% -
XYZ 6 9.71 1.91 -
YUV 75.33 92.26 112.07 -
System Red Green Blue C M Y K H S L
Decimal 53 99 12 0.46 0 0.88 0.61 91.72 0.78 0.22
Hex 35 63 C 2E 0 58 3D 5C 4E 16
Octal 65 143 14 56 0 130 75 134 116 26
Binary 110101 1100011 1100 101110 0 1011000 111101 1011100 1001110 10110

Color Harmonies of #35630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35630C

Black with #35630C

Text Example


Text Example

White with #35630C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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