Html Css Color HEX #365A0F Verdun Green

📋 copy color: '#365A0F'

red 54 ◦ green 90 ◦ blue 15

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

Shades of Verdun Green #365A0F

Tints of Verdun Green #365A0F

RGB

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

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

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

R = 33.96%
G = 56.6%
B = 9.43%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#365A0F (or 0x365A0F) is known color: Verdun Green. HEX triplet: 36, 5A and 0F. RGB value is (54,90,15). Sum of RGB (Red+Green+Blue) = 54+90+15=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 90 (35.55% from 255 or 56.60% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 90 - color contains mainly: green. Hex color #365A0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365A0F is #C9A5F0. Grayscale: #464646. Windows color (decimal): -13215217 or 1006134. OLE color: 1006134.

HSL color Cylindrical-coordinate representation of color #365A0F: hue angle of 88.8º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #365A0F is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 90 15 -
CMYK 0.40 0 0.83 0.65
HSL 88.8º 0.71% 0.21% -
HSV(B) 88.8º 0.83% 0.35% -
XYZ 5.26 8.13 1.74 -
YUV 70.69 96.57 116.1 -
System Red Green Blue C M Y K H S L
Decimal 54 90 15 0.40 0 0.83 0.65 88.8 0.71 0.21
Hex 36 5A F 28 0 53 41 59 47 15
Octal 66 132 17 50 0 123 101 131 107 25
Binary 110110 1011010 1111 101000 0 1010011 1000001 1011001 1000111 10101

Color Harmonies of #365A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A0F

Black with #365A0F

Text Example


Text Example

White with #365A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365A0F; }

 p { color: rgb(54,90,15); }

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

background-color css

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

 a { background-color: rgb(54,90,15); }

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

border-color css

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

 span { border-color: rgb(54,90,15); }

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