Html Css Color HEX #35530D Verdun Green

📋 copy color: '#35530D'

red 53 ◦ green 83 ◦ blue 13

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

Shades of Verdun Green #35530D

Tints of Verdun Green #35530D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 55.7%

 BLUE value IS 13 (5.47% from 255) = 8.72%

R = 35.57%
G = 55.7%
B = 8.72%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#35530D (or 0x35530D) is known color: Verdun Green. HEX triplet: 35, 53 and 0D. RGB value is (53,83,13). Sum of RGB (Red+Green+Blue) = 53+83+13=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 83 (32.81% from 255 or 55.70% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 83 - color contains mainly: green. Hex color #35530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35530D is #CAACF2. Grayscale: #424242. Windows color (decimal): -13282547 or 873269. OLE color: 873269.

HSL color Cylindrical-coordinate representation of color #35530D: hue angle of 85.71º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #35530D is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 83 13 -
CMYK 0.36 0 0.84 0.67
HSL 85.71º 0.73% 0.19% -
HSV(B) 85.71º 0.84% 0.33% -
XYZ 4.63 6.97 1.48 -
YUV 66.05 98.06 118.69 -
System Red Green Blue C M Y K H S L
Decimal 53 83 13 0.36 0 0.84 0.67 85.71 0.73 0.19
Hex 35 53 D 24 0 54 43 56 49 13
Octal 65 123 15 44 0 124 103 126 111 23
Binary 110101 1010011 1101 100100 0 1010100 1000011 1010110 1001001 10011

Color Harmonies of #35530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35530D

Black with #35530D

Text Example


Text Example

White with #35530D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35530D; }

 p { color: rgb(53,83,13); }

 H1.HeaderClassName
 {
   color: #35530D;
 }
 .AnyTagClassName
 {
   color: #35530D;
 }
</style>

background-color css

<style>
 a { background-color: #35530D; }

 a { background-color: rgb(53,83,13); }

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

border-color css

<style>
 span { border-color: #35530D; }

 span { border-color: rgb(53,83,13); }

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