Html Css Color HEX #365801 Verdun Green

📋 copy color: '#365801'

red 54 ◦ green 88 ◦ blue 1

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

Shades of Verdun Green #365801

Tints of Verdun Green #365801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 61.54%

 BLUE value IS 1 (0.78% from 255) = 0.7%

R = 37.76%
G = 61.54%
B = 0.7%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#365801 (or 0x365801) is known color: Verdun Green. HEX triplet: 36, 58 and 01. RGB value is (54,88,1). Sum of RGB (Red+Green+Blue) = 54+88+1=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 88 (34.77% from 255 or 61.54% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 88 - color contains mainly: green. Hex color #365801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365801 is #C9A7FE. Grayscale: #444444. Windows color (decimal): -13215743 or 88118. OLE color: 88118.

HSL color Cylindrical-coordinate representation of color #365801: hue angle of 83.45º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #365801 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 88 1 -
CMYK 0.39 0 0.99 0.65
HSL 83.45º 0.98% 0.17% -
HSV(B) 83.45º 0.99% 0.35% -
XYZ 5.02 7.77 1.26 -
YUV 67.92 90.24 118.07 -
System Red Green Blue C M Y K H S L
Decimal 54 88 1 0.39 0 0.99 0.65 83.45 0.98 0.17
Hex 36 58 1 27 0 63 41 53 62 11
Octal 66 130 1 47 0 143 101 123 142 21
Binary 110110 1011000 1 100111 0 1100011 1000001 1010011 1100010 10001

Color Harmonies of #365801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365801

Black with #365801

Text Example


Text Example

White with #365801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365801; }

 p { color: rgb(54,88,1); }

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

background-color css

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

 a { background-color: rgb(54,88,1); }

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

border-color css

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

 span { border-color: rgb(54,88,1); }

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