Html Css Color HEX #365701 Verdun Green

📋 copy color: '#365701'

red 54 ◦ green 87 ◦ blue 1

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

Shades of Verdun Green #365701

Tints of Verdun Green #365701

RGB

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

 GREEN value IS 87 (34.38% from 255) = 61.27%

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

R = 38.03%
G = 61.27%
B = 0.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#365701 (or 0x365701) is known color: Verdun Green. HEX triplet: 36, 57 and 01. RGB value is (54,87,1). Sum of RGB (Red+Green+Blue) = 54+87+1=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 87 (34.38% from 255 or 61.27% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 87 - color contains mainly: green. Hex color #365701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365701 is #C9A8FE. Grayscale: #434343. Windows color (decimal): -13215999 or 87862. OLE color: 87862.

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

Color convert

RGB 54 87 1 -
CMYK 0.38 0 0.99 0.66
HSL 83.02º 0.98% 0.17% -
HSV(B) 83.02º 0.99% 0.34% -
XYZ 4.93 7.6 1.24 -
YUV 67.33 90.57 118.49 -
System Red Green Blue C M Y K H S L
Decimal 54 87 1 0.38 0 0.99 0.66 83.02 0.98 0.17
Hex 36 57 1 26 0 63 42 53 62 11
Octal 66 127 1 46 0 143 102 123 142 21
Binary 110110 1010111 1 100110 0 1100011 1000010 1010011 1100010 10001

Color Harmonies of #365701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365701

Black with #365701

Text Example


Text Example

White with #365701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365701; }

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

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

background-color css

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

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

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

border-color css

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

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

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