Html Css Color HEX #0C380F Myrtle

📋 copy color: '#0C380F'

red 12 ◦ green 56 ◦ blue 15

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

Shades of Myrtle #0C380F

Tints of Myrtle #0C380F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 67.47%

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

R = 14.46%
G = 67.47%
B = 18.07%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#0C380F (or 0x0C380F) is known color: Myrtle. HEX triplet: 0C, 38 and 0F. RGB value is (12,56,15). Sum of RGB (Red+Green+Blue) = 12+56+15=83 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.46% from 83); Green value is 56 (22.27% from 255 or 67.47% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 56 - color contains mainly: green. Hex color #0C380F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C380F is #F3C7F0. Grayscale: #262626. Windows color (decimal): -15976433 or 997388. OLE color: 997388.

HSL color Cylindrical-coordinate representation of color #0C380F: hue angle of 124.09º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C380F is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB 12 56 15 -
CMYK 0.79 0 0.73 0.78
HSL 124.09º 0.65% 0.13% -
HSV(B) 124.09º 0.79% 0.22% -
XYZ 1.65 2.94 0.93 -
YUV 38.17 114.92 109.33 -
System Red Green Blue C M Y K H S L
Decimal 12 56 15 0.79 0 0.73 0.78 124.09 0.65 0.13
Hex C 38 F 4F 0 49 4E 7C 41 D
Octal 14 70 17 117 0 111 116 174 101 15
Binary 1100 111000 1111 1001111 0 1001001 1001110 1111100 1000001 1101

Color Harmonies of #0C380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C380F

Black with #0C380F

Text Example


Text Example

White with #0C380F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,56,15); }

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

background-color css

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

 a { background-color: rgb(12,56,15); }

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

border-color css

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

 span { border-color: rgb(12,56,15); }

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