Html Css Color HEX #335F0F Verdun Green

📋 copy color: '#335F0F'

red 51 ◦ green 95 ◦ blue 15

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

Shades of Verdun Green #335F0F

Tints of Verdun Green #335F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.32%

R = 31.68%
G = 59.01%
B = 9.32%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.84

 K value IS 0.63

RGB Variations

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

Color information

#335F0F (or 0x335F0F) is known color: Verdun Green. HEX triplet: 33, 5F and 0F. RGB value is (51,95,15). Sum of RGB (Red+Green+Blue) = 51+95+15=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 95 (37.5% from 255 or 59.01% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 95 - color contains mainly: green. Hex color #335F0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335F0F is #CCA0F0. Grayscale: #494949. Windows color (decimal): -13410545 or 1007411. OLE color: 1007411.

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

Color convert

RGB 51 95 15 -
CMYK 0.46 0 0.84 0.63
HSL 93º 0.73% 0.22% -
HSV(B) 93º 0.84% 0.37% -
XYZ 5.54 8.92 1.88 -
YUV 72.72 95.42 112.5 -
System Red Green Blue C M Y K H S L
Decimal 51 95 15 0.46 0 0.84 0.63 93 0.73 0.22
Hex 33 5F F 2E 0 54 3F 5D 49 16
Octal 63 137 17 56 0 124 77 135 111 26
Binary 110011 1011111 1111 101110 0 1010100 111111 1011101 1001001 10110

Color Harmonies of #335F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335F0F

Black with #335F0F

Text Example


Text Example

White with #335F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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