Html Css Color HEX #365208 Verdun Green

📋 copy color: '#365208'

red 54 ◦ green 82 ◦ blue 8

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

Shades of Verdun Green #365208

Tints of Verdun Green #365208

RGB

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

 GREEN value IS 82 (32.42% from 255) = 56.94%

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

R = 37.5%
G = 56.94%
B = 5.56%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#365208 (or 0x365208) is known color: Verdun Green. HEX triplet: 36, 52 and 08. RGB value is (54,82,8). Sum of RGB (Red+Green+Blue) = 54+82+8=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 82 (32.42% from 255 or 56.94% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 82 - color contains mainly: green. Hex color #365208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365208 is #C9ADF7. Grayscale: #414141. Windows color (decimal): -13217272 or 545334. OLE color: 545334.

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

Color convert

RGB 54 82 8 -
CMYK 0.34 0 0.90 0.68
HSL 82.7º 0.82% 0.18% -
HSV(B) 82.7º 0.9% 0.32% -
XYZ 4.58 6.84 1.31 -
YUV 65.19 95.72 120.02 -
System Red Green Blue C M Y K H S L
Decimal 54 82 8 0.34 0 0.90 0.68 82.7 0.82 0.18
Hex 36 52 8 22 0 5A 44 53 52 12
Octal 66 122 10 42 0 132 104 123 122 22
Binary 110110 1010010 1000 100010 0 1011010 1000100 1010011 1010010 10010

Color Harmonies of #365208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365208

Black with #365208

Text Example


Text Example

White with #365208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365208; }

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

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

background-color css

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

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

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

border-color css

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

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

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