Html Css Color HEX #33610D Verdun Green

📋 copy color: '#33610D'

red 51 ◦ green 97 ◦ blue 13

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

Shades of Verdun Green #33610D

Tints of Verdun Green #33610D

RGB

 RED value IS 51 (20.31% from 255) = 31.68%

 GREEN value IS 97 (38.28% from 255) = 60.25%

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

R = 31.68%
G = 60.25%
B = 8.07%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#33610D (or 0x33610D) is known color: Verdun Green. HEX triplet: 33, 61 and 0D. RGB value is (51,97,13). Sum of RGB (Red+Green+Blue) = 51+97+13=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 97 (38.28% from 255 or 60.25% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 97 - color contains mainly: green. Hex color #33610D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33610D is #CC9EF2. Grayscale: #494949. Windows color (decimal): -13410035 or 876851. OLE color: 876851.

HSL color Cylindrical-coordinate representation of color #33610D: hue angle of 92.86º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #33610D is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 97 13 -
CMYK 0.47 0 0.87 0.62
HSL 92.86º 0.76% 0.22% -
HSV(B) 92.86º 0.87% 0.38% -
XYZ 5.71 9.28 1.87 -
YUV 73.67 93.76 111.83 -
System Red Green Blue C M Y K H S L
Decimal 51 97 13 0.47 0 0.87 0.62 92.86 0.76 0.22
Hex 33 61 D 2F 0 57 3E 5D 4C 16
Octal 63 141 15 57 0 127 76 135 114 26
Binary 110011 1100001 1101 101111 0 1010111 111110 1011101 1001100 10110

Color Harmonies of #33610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33610D

Black with #33610D

Text Example


Text Example

White with #33610D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,97,13); }

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

background-color css

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

 a { background-color: rgb(51,97,13); }

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

border-color css

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

 span { border-color: rgb(51,97,13); }

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