Html Css Color HEX #204C01 Myrtle

📋 copy color: '#204C01'

red 32 ◦ green 76 ◦ blue 1

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

Shades of Myrtle #204C01

Tints of Myrtle #204C01

RGB

 RED value IS 32 (12.89% from 255) = 29.36%

 GREEN value IS 76 (30.08% from 255) = 69.72%

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

R = 29.36%
G = 69.72%
B = 0.92%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.99

 K value IS 0.70

RGB Variations

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

Color information

#204C01 (or 0x204C01) is known color: Myrtle. HEX triplet: 20, 4C and 01. RGB value is (32,76,1). Sum of RGB (Red+Green+Blue) = 32+76+1=109 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.36% from 109); Green value is 76 (30.08% from 255 or 69.72% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 76 - color contains mainly: green. Hex color #204C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #204C01 is #DFB3FE. Grayscale: #363636. Windows color (decimal): -14660607 or 85024. OLE color: 85024.

HSL color Cylindrical-coordinate representation of color #204C01: hue angle of 95.2º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #204C01 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.

Color convert

RGB 32 76 1 -
CMYK 0.58 0 0.99 0.70
HSL 95.2º 0.97% 0.15% -
HSV(B) 95.2º 0.99% 0.3% -
XYZ 3.19 5.48 0.92 -
YUV 54.29 97.92 112.1 -
System Red Green Blue C M Y K H S L
Decimal 32 76 1 0.58 0 0.99 0.70 95.2 0.97 0.15
Hex 20 4C 1 3A 0 63 46 5F 61 F
Octal 40 114 1 72 0 143 106 137 141 17
Binary 100000 1001100 1 111010 0 1100011 1000110 1011111 1100001 1111

Color Harmonies of #204C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204C01

Black with #204C01

Text Example


Text Example

White with #204C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204C01; }

 p { color: rgb(32,76,1); }

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

background-color css

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

 a { background-color: rgb(32,76,1); }

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

border-color css

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

 span { border-color: rgb(32,76,1); }

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