Html Css Color HEX #365300 Verdun Green

📋 copy color: '#365300'

red 54 ◦ green 83 ◦ blue 0

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

Shades of Verdun Green #365300

Tints of Verdun Green #365300

RGB

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

 GREEN value IS 83 (32.81% from 255) = 60.58%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.42%
G = 60.58%
B = 0%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#365300 (or 0x365300) is known color: Verdun Green. HEX triplet: 36, 53 and 00. RGB value is (54,83,0). Sum of RGB (Red+Green+Blue) = 54+83+0=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 83 (32.81% from 255 or 60.58% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 83 - color contains mainly: green. Hex color #365300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365300 is #C9ACFF. Grayscale: #414141. Windows color (decimal): -13217024 or 21302. OLE color: 21302.

HSL color Cylindrical-coordinate representation of color #365300: hue angle of 80.96º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #365300 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 83 0 -
CMYK 0.35 0 1 0.67
HSL 80.96º 1% 0.16% -
HSV(B) 80.96º 1% 0.33% -
XYZ 4.61 6.97 1.1 -
YUV 64.87 91.39 120.25 -
System Red Green Blue C M Y K H S L
Decimal 54 83 0 0.35 0 1 0.67 80.96 1 0.16
Hex 36 53 0 23 0 64 43 51 64 10
Octal 66 123 0 43 0 144 103 121 144 20
Binary 110110 1010011 0 100011 0 1100100 1000011 1010001 1100100 10000

Color Harmonies of #365300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365300

Black with #365300

Text Example


Text Example

White with #365300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365300; }

 p { color: rgb(54,83,0); }

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

background-color css

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

 a { background-color: rgb(54,83,0); }

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

border-color css

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

 span { border-color: rgb(54,83,0); }

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