Html Css Color HEX #214625 Myrtle

📋 copy color: '#214625'

red 33 ◦ green 70 ◦ blue 37

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

Shades of Myrtle #214625

Tints of Myrtle #214625

RGB

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

 GREEN value IS 70 (27.73% from 255) = 50%

 BLUE value IS 37 (14.84% from 255) = 26.43%

R = 23.57%
G = 50%
B = 26.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#214625 (or 0x214625) is known color: Myrtle. HEX triplet: 21, 46 and 25. RGB value is (33,70,37). Sum of RGB (Red+Green+Blue) = 33+70+37=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #214625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214625 is #DEB9DA. Grayscale: #373737. Windows color (decimal): -14596571 or 2442785. OLE color: 2442785.

HSL color Cylindrical-coordinate representation of color #214625: hue angle of 126.49º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #214625 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 70 37 -
CMYK 0.53 0 0.47 0.73
HSL 126.49º 0.36% 0.2% -
HSV(B) 126.49º 0.53% 0.27% -
XYZ 3.15 4.84 2.52 -
YUV 55.18 117.74 112.18 -
System Red Green Blue C M Y K H S L
Decimal 33 70 37 0.53 0 0.47 0.73 126.49 0.36 0.2
Hex 21 46 25 35 0 2F 49 7E 24 14
Octal 41 106 45 65 0 57 111 176 44 24
Binary 100001 1000110 100101 110101 0 101111 1001001 1111110 100100 10100

Color Harmonies of #214625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214625

Black with #214625

Text Example


Text Example

White with #214625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214625; }

 p { color: rgb(33,70,37); }

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

background-color css

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

 a { background-color: rgb(33,70,37); }

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

border-color css

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

 span { border-color: rgb(33,70,37); }

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