Html Css Color HEX #365504 Verdun Green

📋 copy color: '#365504'

red 54 ◦ green 85 ◦ blue 4

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

Shades of Verdun Green #365504

Tints of Verdun Green #365504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 59.44%

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

R = 37.76%
G = 59.44%
B = 2.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#365504 (or 0x365504) is known color: Verdun Green. HEX triplet: 36, 55 and 04. RGB value is (54,85,4). Sum of RGB (Red+Green+Blue) = 54+85+4=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 85 (33.59% from 255 or 59.44% from 143); Blue value is 4 (1.95% from 255 or 2.80% from 143); Max value from RGB is 85 - color contains mainly: green. Hex color #365504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365504 is #C9AAFB. Grayscale: #424242. Windows color (decimal): -13216508 or 283958. OLE color: 283958.

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

Color convert

RGB 54 85 4 -
CMYK 0.36 0 0.95 0.67
HSL 82.96º 0.91% 0.17% -
HSV(B) 82.96º 0.95% 0.33% -
XYZ 4.79 7.29 1.27 -
YUV 66.5 92.73 119.09 -
System Red Green Blue C M Y K H S L
Decimal 54 85 4 0.36 0 0.95 0.67 82.96 0.91 0.17
Hex 36 55 4 24 0 5F 43 53 5B 11
Octal 66 125 4 44 0 137 103 123 133 21
Binary 110110 1010101 100 100100 0 1011111 1000011 1010011 1011011 10001

Color Harmonies of #365504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365504

Black with #365504

Text Example


Text Example

White with #365504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365504; }

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

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

background-color css

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

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

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

border-color css

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

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

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