Html Css Color HEX #365308 Verdun Green

📋 copy color: '#365308'

red 54 ◦ green 83 ◦ blue 8

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

Shades of Verdun Green #365308

Tints of Verdun Green #365308

RGB

 RED value IS 54 (21.48% from 255) = 37.24%

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

 BLUE value IS 8 (3.52% from 255) = 5.52%

R = 37.24%
G = 57.24%
B = 5.52%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#365308 (or 0x365308) is known color: Verdun Green. HEX triplet: 36, 53 and 08. RGB value is (54,83,8). Sum of RGB (Red+Green+Blue) = 54+83+8=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #365308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365308 is #C9ACF7. Grayscale: #424242. Windows color (decimal): -13217016 or 545590. OLE color: 545590.

HSL color Cylindrical-coordinate representation of color #365308: hue angle of 83.2º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #365308 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 83 8 -
CMYK 0.35 0 0.90 0.67
HSL 83.2º 0.82% 0.18% -
HSV(B) 83.2º 0.9% 0.33% -
XYZ 4.66 6.99 1.33 -
YUV 65.78 95.39 119.6 -
System Red Green Blue C M Y K H S L
Decimal 54 83 8 0.35 0 0.90 0.67 83.2 0.82 0.18
Hex 36 53 8 23 0 5A 43 53 52 12
Octal 66 123 10 43 0 132 103 123 122 22
Binary 110110 1010011 1000 100011 0 1011010 1000011 1010011 1010010 10010

Color Harmonies of #365308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365308

Black with #365308

Text Example


Text Example

White with #365308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365308; }

 p { color: rgb(54,83,8); }

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

background-color css

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

 a { background-color: rgb(54,83,8); }

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

border-color css

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

 span { border-color: rgb(54,83,8); }

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