Html Css Color HEX #335A0E Verdun Green

📋 copy color: '#335A0E'

red 51 ◦ green 90 ◦ blue 14

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

Shades of Verdun Green #335A0E

Tints of Verdun Green #335A0E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 58.06%

 BLUE value IS 14 (5.86% from 255) = 9.03%

R = 32.9%
G = 58.06%
B = 9.03%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#335A0E (or 0x335A0E) is known color: Verdun Green. HEX triplet: 33, 5A and 0E. RGB value is (51,90,14). Sum of RGB (Red+Green+Blue) = 51+90+14=155 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.90% from 155); Green value is 90 (35.55% from 255 or 58.06% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 90 - color contains mainly: green. Hex color #335A0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335A0E is #CCA5F1. Grayscale: #454545. Windows color (decimal): -13411826 or 940595. OLE color: 940595.

HSL color Cylindrical-coordinate representation of color #335A0E: hue angle of 90.79º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #335A0E is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 90 14 -
CMYK 0.43 0 0.84 0.65
HSL 90.79º 0.73% 0.2% -
HSV(B) 90.79º 0.84% 0.35% -
XYZ 5.1 8.05 1.7 -
YUV 69.68 96.58 114.68 -
System Red Green Blue C M Y K H S L
Decimal 51 90 14 0.43 0 0.84 0.65 90.79 0.73 0.2
Hex 33 5A E 2B 0 54 41 5B 49 14
Octal 63 132 16 53 0 124 101 133 111 24
Binary 110011 1011010 1110 101011 0 1010100 1000001 1011011 1001001 10100

Color Harmonies of #335A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335A0E

Black with #335A0E

Text Example


Text Example

White with #335A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,90,14); }

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

background-color css

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

 a { background-color: rgb(51,90,14); }

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

border-color css

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

 span { border-color: rgb(51,90,14); }

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