Html Css Color HEX #335F09 Verdun Green

📋 copy color: '#335F09'

red 51 ◦ green 95 ◦ blue 9

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

Shades of Verdun Green #335F09

Tints of Verdun Green #335F09

RGB

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

 GREEN value IS 95 (37.5% from 255) = 61.29%

 BLUE value IS 9 (3.91% from 255) = 5.81%

R = 32.9%
G = 61.29%
B = 5.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.91

 K value IS 0.63

RGB Variations

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

Color information

#335F09 (or 0x335F09) is known color: Verdun Green. HEX triplet: 33, 5F and 09. RGB value is (51,95,9). Sum of RGB (Red+Green+Blue) = 51+95+9=155 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.90% from 155); Green value is 95 (37.5% from 255 or 61.29% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 95 - color contains mainly: green. Hex color #335F09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335F09 is #CCA0F6. Grayscale: #484848. Windows color (decimal): -13410551 or 614195. OLE color: 614195.

HSL color Cylindrical-coordinate representation of color #335F09: hue angle of 90.7º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #335F09 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.63.

Color convert

RGB 51 95 9 -
CMYK 0.46 0 0.91 0.63
HSL 90.7º 0.83% 0.2% -
HSV(B) 90.7º 0.91% 0.37% -
XYZ 5.51 8.91 1.69 -
YUV 72.04 92.42 112.99 -
System Red Green Blue C M Y K H S L
Decimal 51 95 9 0.46 0 0.91 0.63 90.7 0.83 0.2
Hex 33 5F 9 2E 0 5B 3F 5B 53 14
Octal 63 137 11 56 0 133 77 133 123 24
Binary 110011 1011111 1001 101110 0 1011011 111111 1011011 1010011 10100

Color Harmonies of #335F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335F09

Black with #335F09

Text Example


Text Example

White with #335F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335F09; }

 p { color: rgb(51,95,9); }

 H1.HeaderClassName
 {
   color: #335F09;
 }
 .AnyTagClassName
 {
   color: #335F09;
 }
</style>

background-color css

<style>
 a { background-color: #335F09; }

 a { background-color: rgb(51,95,9); }

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

border-color css

<style>
 span { border-color: #335F09; }

 span { border-color: rgb(51,95,9); }

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