#0C7431

Color #0C7431 Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #0C7431

Tints of Camarone #0C7431

Color information

#0C7431 (or 0x0C7431) is unknown color: approx Camarone. HEX triplet: 0C, 74 and 31. RGB value is (12,116,49). Sum of RGB (Red+Green+Blue) = 12+116+49=177 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.78% from 177); Green value is 116 (45.70% from 255 or 65.54% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 116 - color contains mainly: green. Hex color #0C7431 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7431 is #F38BCE. Grayscale: #4D4D4D. Windows color (decimal): -15961039 or 3240972. OLE color: 3240972.

HSL color Cylindrical-coordinate representation of color #0C7431: hue angle of 141.35º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7431 is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1211649-
CMYK0.9000.580.55
HSL141.35º81.25%25.1%-
HSV(B)141.35º89.66%45.49%-
XYZ6.9512.795.01-
YUV77.27112.0481.45-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.78%
GREEN value IS 116 (45.70% from 255) = 65.54%
BLUE value IS 49 (19.53% from 255) = 27.68%
R=6.78%
G=65.54%
B=27.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal12116490.9000.580.55141.3581.2525.1
HexC74315A03A378d5119
Octal14164611320726721512131
Binary110011101001100011011010011101011011110001101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,116,49); }

 H1.HeaderClassName
 {
   color: #0C7431;
 }
 .AnyTagClassName
 {
   color: #0C7431;
 }
</style>
background-color css

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

 a { background-color: rgb(12,116,49); }

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

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

 span { border-color: rgb(12,116,49); }

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