Html Css Color HEX #13230F Myrtle

📋 copy color: '#13230F'

red 19 ◦ green 35 ◦ blue 15

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

Shades of Myrtle #13230F

Tints of Myrtle #13230F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 50.72%

 BLUE value IS 15 (6.25% from 255) = 21.74%

R = 27.54%
G = 50.72%
B = 21.74%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.57

 K value IS 0.86

RGB Variations

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

Color information

#13230F (or 0x13230F) is known color: Myrtle. HEX triplet: 13, 23 and 0F. RGB value is (19,35,15). Sum of RGB (Red+Green+Blue) = 19+35+15=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 35 (14.06% from 255 or 50.72% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 35 - color contains mainly: green. Hex color #13230F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13230F is #ECDCF0. Grayscale: #1B1B1B. Windows color (decimal): -15523057 or 992019. OLE color: 992019.

HSL color Cylindrical-coordinate representation of color #13230F: hue angle of 108º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #13230F is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 35 15 -
CMYK 0.46 0 0.57 0.86
HSL 108º 0.4% 0.1% -
HSV(B) 108º 0.57% 0.14% -
XYZ 0.96 1.38 0.67 -
YUV 27.94 120.7 121.63 -
System Red Green Blue C M Y K H S L
Decimal 19 35 15 0.46 0 0.57 0.86 108 0.4 0.1
Hex 13 23 F 2E 0 39 56 6C 28 A
Octal 23 43 17 56 0 71 126 154 50 12
Binary 10011 100011 1111 101110 0 111001 1010110 1101100 101000 1010

Color Harmonies of #13230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13230F

Black with #13230F

Text Example


Text Example

White with #13230F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13230F; }

 p { color: rgb(19,35,15); }

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

background-color css

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

 a { background-color: rgb(19,35,15); }

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

border-color css

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

 span { border-color: rgb(19,35,15); }

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