Html Css Color HEX #365104 Verdun Green

📋 copy color: '#365104'

red 54 ◦ green 81 ◦ blue 4

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

Shades of Verdun Green #365104

Tints of Verdun Green #365104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.88%

R = 38.85%
G = 58.27%
B = 2.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#365104 (or 0x365104) is known color: Verdun Green. HEX triplet: 36, 51 and 04. RGB value is (54,81,4). Sum of RGB (Red+Green+Blue) = 54+81+4=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 81 (32.03% from 255 or 58.27% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 81 - color contains mainly: green. Hex color #365104 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365104 is #C9AEFB. Grayscale: #404040. Windows color (decimal): -13217532 or 282934. OLE color: 282934.

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

Color convert

RGB 54 81 4 -
CMYK 0.33 0 0.95 0.68
HSL 81.04º 0.91% 0.17% -
HSV(B) 81.04º 0.95% 0.32% -
XYZ 4.49 6.68 1.17 -
YUV 64.15 94.05 120.76 -
System Red Green Blue C M Y K H S L
Decimal 54 81 4 0.33 0 0.95 0.68 81.04 0.91 0.17
Hex 36 51 4 21 0 5F 44 51 5B 11
Octal 66 121 4 41 0 137 104 121 133 21
Binary 110110 1010001 100 100001 0 1011111 1000100 1010001 1011011 10001

Color Harmonies of #365104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365104

Black with #365104

Text Example


Text Example

White with #365104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365104; }

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

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

background-color css

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

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

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

border-color css

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

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

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