Html Css Color HEX #132F09 Myrtle

📋 copy color: '#132F09'

red 19 ◦ green 47 ◦ blue 9

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

Shades of Myrtle #132F09

Tints of Myrtle #132F09

RGB

 RED value IS 19 (7.81% from 255) = 25.33%

 GREEN value IS 47 (18.75% from 255) = 62.67%

 BLUE value IS 9 (3.91% from 255) = 12%

R = 25.33%
G = 62.67%
B = 12%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.81

 K value IS 0.82

RGB Variations

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

Color information

#132F09 (or 0x132F09) is known color: Myrtle. HEX triplet: 13, 2F and 09. RGB value is (19,47,9). Sum of RGB (Red+Green+Blue) = 19+47+9=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 47 (18.75% from 255 or 62.67% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 47 - color contains mainly: green. Hex color #132F09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132F09 is #ECD0F6. Grayscale: #222222. Windows color (decimal): -15519991 or 601875. OLE color: 601875.

HSL color Cylindrical-coordinate representation of color #132F09: hue angle of 104.21º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #132F09 is Cyan = 0.60, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.82.

Color convert

RGB 19 47 9 -
CMYK 0.60 0 0.81 0.82
HSL 104.21º 0.68% 0.11% -
HSV(B) 104.21º 0.81% 0.18% -
XYZ 1.33 2.19 0.61 -
YUV 34.3 113.72 117.09 -
System Red Green Blue C M Y K H S L
Decimal 19 47 9 0.60 0 0.81 0.82 104.21 0.68 0.11
Hex 13 2F 9 3C 0 51 52 68 44 B
Octal 23 57 11 74 0 121 122 150 104 13
Binary 10011 101111 1001 111100 0 1010001 1010010 1101000 1000100 1011

Color Harmonies of #132F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F09

Black with #132F09

Text Example


Text Example

White with #132F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132F09; }

 p { color: rgb(19,47,9); }

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

background-color css

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

 a { background-color: rgb(19,47,9); }

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

border-color css

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

 span { border-color: rgb(19,47,9); }

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