Html Css Color HEX #214704 Myrtle

📋 copy color: '#214704'

red 33 ◦ green 71 ◦ blue 4

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

Shades of Myrtle #214704

Tints of Myrtle #214704

RGB

 RED value IS 33 (13.28% from 255) = 30.56%

 GREEN value IS 71 (28.13% from 255) = 65.74%

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

R = 30.56%
G = 65.74%
B = 3.7%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#214704 (or 0x214704) is known color: Myrtle. HEX triplet: 21, 47 and 04. RGB value is (33,71,4). Sum of RGB (Red+Green+Blue) = 33+71+4=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 71 (28.12% from 255 or 65.74% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 71 - color contains mainly: green. Hex color #214704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214704 is #DEB8FB. Grayscale: #343434. Windows color (decimal): -14596348 or 280353. OLE color: 280353.

HSL color Cylindrical-coordinate representation of color #214704: hue angle of 94.03º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #214704 is Cyan = 0.54, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 71 4 -
CMYK 0.54 0 0.94 0.72
HSL 94.03º 0.89% 0.15% -
HSV(B) 94.03º 0.94% 0.28% -
XYZ 2.9 4.84 0.9 -
YUV 52 100.91 114.45 -
System Red Green Blue C M Y K H S L
Decimal 33 71 4 0.54 0 0.94 0.72 94.03 0.89 0.15
Hex 21 47 4 36 0 5E 48 5E 59 F
Octal 41 107 4 66 0 136 110 136 131 17
Binary 100001 1000111 100 110110 0 1011110 1001000 1011110 1011001 1111

Color Harmonies of #214704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214704

Black with #214704

Text Example


Text Example

White with #214704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214704; }

 p { color: rgb(33,71,4); }

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

background-color css

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

 a { background-color: rgb(33,71,4); }

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

border-color css

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

 span { border-color: rgb(33,71,4); }

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