Html Css Color HEX #365101 Verdun Green

📋 copy color: '#365101'

red 54 ◦ green 81 ◦ blue 1

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

Shades of Verdun Green #365101

Tints of Verdun Green #365101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 59.56%

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

R = 39.71%
G = 59.56%
B = 0.74%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#365101 (or 0x365101) is known color: Verdun Green. HEX triplet: 36, 51 and 01. RGB value is (54,81,1). Sum of RGB (Red+Green+Blue) = 54+81+1=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 81 (32.03% from 255 or 59.56% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 81 - color contains mainly: green. Hex color #365101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365101 is #C9AEFE. Grayscale: #404040. Windows color (decimal): -13217535 or 86326. OLE color: 86326.

HSL color Cylindrical-coordinate representation of color #365101: hue angle of 80.25º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #365101 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 81 1 -
CMYK 0.33 0 0.99 0.68
HSL 80.25º 0.98% 0.16% -
HSV(B) 80.25º 0.99% 0.32% -
XYZ 4.47 6.67 1.08 -
YUV 63.81 92.55 121 -
System Red Green Blue C M Y K H S L
Decimal 54 81 1 0.33 0 0.99 0.68 80.25 0.98 0.16
Hex 36 51 1 21 0 63 44 50 62 10
Octal 66 121 1 41 0 143 104 120 142 20
Binary 110110 1010001 1 100001 0 1100011 1000100 1010000 1100010 10000

Color Harmonies of #365101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365101

Black with #365101

Text Example


Text Example

White with #365101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365101; }

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

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

background-color css

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

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

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

border-color css

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

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

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