Html Css Color HEX #0C350B Myrtle

📋 copy color: '#0C350B'

red 12 ◦ green 53 ◦ blue 11

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

Shades of Myrtle #0C350B

Tints of Myrtle #0C350B

RGB

 RED value IS 12 (5.08% from 255) = 15.79%

 GREEN value IS 53 (21.09% from 255) = 69.74%

 BLUE value IS 11 (4.69% from 255) = 14.47%

R = 15.79%
G = 69.74%
B = 14.47%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.79

 K value IS 0.79

RGB Variations

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

Color information

#0C350B (or 0x0C350B) is known color: Myrtle. HEX triplet: 0C, 35 and 0B. RGB value is (12,53,11). Sum of RGB (Red+Green+Blue) = 12+53+11=76 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.79% from 76); Green value is 53 (21.09% from 255 or 69.74% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 53 - color contains mainly: green. Hex color #0C350B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C350B is #F3CAF4. Grayscale: #242424. Windows color (decimal): -15977205 or 734476. OLE color: 734476.

HSL color Cylindrical-coordinate representation of color #0C350B: hue angle of 118.57º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C350B is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.79.

Color convert

RGB 12 53 11 -
CMYK 0.77 0 0.79 0.79
HSL 118.57º 0.66% 0.13% -
HSV(B) 118.57º 0.79% 0.21% -
XYZ 1.49 2.65 0.75 -
YUV 35.95 113.92 110.92 -
System Red Green Blue C M Y K H S L
Decimal 12 53 11 0.77 0 0.79 0.79 118.57 0.66 0.13
Hex C 35 B 4D 0 4F 4F 77 42 D
Octal 14 65 13 115 0 117 117 167 102 15
Binary 1100 110101 1011 1001101 0 1001111 1001111 1110111 1000010 1101

Color Harmonies of #0C350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C350B

Black with #0C350B

Text Example


Text Example

White with #0C350B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C350B; }

 p { color: rgb(12,53,11); }

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

background-color css

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

 a { background-color: rgb(12,53,11); }

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

border-color css

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

 span { border-color: rgb(12,53,11); }

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