Html Css Color HEX #132B07 Myrtle

📋 copy color: '#132B07'

red 19 ◦ green 43 ◦ blue 7

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

Shades of Myrtle #132B07

Tints of Myrtle #132B07

RGB

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

 GREEN value IS 43 (17.19% from 255) = 62.32%

 BLUE value IS 7 (3.13% from 255) = 10.14%

R = 27.54%
G = 62.32%
B = 10.14%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.84

 K value IS 0.83

RGB Variations

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

Color information

#132B07 (or 0x132B07) is known color: Myrtle. HEX triplet: 13, 2B and 07. RGB value is (19,43,7). Sum of RGB (Red+Green+Blue) = 19+43+7=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 43 (17.19% from 255 or 62.32% from 69); Blue value is 7 (3.12% from 255 or 10.14% from 69); Max value from RGB is 43 - color contains mainly: green. Hex color #132B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132B07 is #ECD4F8. Grayscale: #1F1F1F. Windows color (decimal): -15521017 or 469779. OLE color: 469779.

HSL color Cylindrical-coordinate representation of color #132B07: hue angle of 100º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #132B07 is Cyan = 0.56, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.83.

Color convert

RGB 19 43 7 -
CMYK 0.56 0 0.84 0.83
HSL 100º 0.72% 0.1% -
HSV(B) 100º 0.84% 0.17% -
XYZ 1.17 1.88 0.5 -
YUV 31.72 114.05 118.93 -
System Red Green Blue C M Y K H S L
Decimal 19 43 7 0.56 0 0.84 0.83 100 0.72 0.1
Hex 13 2B 7 38 0 54 53 64 48 A
Octal 23 53 7 70 0 124 123 144 110 12
Binary 10011 101011 111 111000 0 1010100 1010011 1100100 1001000 1010

Color Harmonies of #132B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132B07

Black with #132B07

Text Example


Text Example

White with #132B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,43,7); }

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

background-color css

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

 a { background-color: rgb(19,43,7); }

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

border-color css

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

 span { border-color: rgb(19,43,7); }

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