Html Css Color HEX #184212 Myrtle

📋 copy color: '#184212'

red 24 ◦ green 66 ◦ blue 18

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

Shades of Myrtle #184212

Tints of Myrtle #184212

RGB

 RED value IS 24 (9.77% from 255) = 22.22%

 GREEN value IS 66 (26.17% from 255) = 61.11%

 BLUE value IS 18 (7.42% from 255) = 16.67%

R = 22.22%
G = 61.11%
B = 16.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#184212 (or 0x184212) is known color: Myrtle. HEX triplet: 18, 42 and 12. RGB value is (24,66,18). Sum of RGB (Red+Green+Blue) = 24+66+18=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 66 (26.17% from 255 or 61.11% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 66 - color contains mainly: green. Hex color #184212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #184212 is #E7BDED. Grayscale: #303030. Windows color (decimal): -15187438 or 1196568. OLE color: 1196568.

HSL color Cylindrical-coordinate representation of color #184212: hue angle of 112.5º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #184212 is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB 24 66 18 -
CMYK 0.64 0 0.73 0.74
HSL 112.5º 0.57% 0.16% -
HSV(B) 112.5º 0.73% 0.26% -
XYZ 2.43 4.13 1.24 -
YUV 47.97 111.09 110.9 -
System Red Green Blue C M Y K H S L
Decimal 24 66 18 0.64 0 0.73 0.74 112.5 0.57 0.16
Hex 18 42 12 40 0 49 4A 70 39 10
Octal 30 102 22 100 0 111 112 160 71 20
Binary 11000 1000010 10010 1000000 0 1001001 1001010 1110000 111001 10000

Color Harmonies of #184212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184212

Black with #184212

Text Example


Text Example

White with #184212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184212; }

 p { color: rgb(24,66,18); }

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

background-color css

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

 a { background-color: rgb(24,66,18); }

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

border-color css

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

 span { border-color: rgb(24,66,18); }

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