#0C731E

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

Shades of Camarone #0C731E

Tints of Camarone #0C731E

Color information

#0C731E (or 0x0C731E) is unknown color: approx Camarone. HEX triplet: 0C, 73 and 1E. RGB value is (12,115,30). Sum of RGB (Red+Green+Blue) = 12+115+30=157 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.64% from 157); Green value is 115 (45.31% from 255 or 73.25% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 115 - color contains mainly: green. Hex color #0C731E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C731E is #F38CE1. Grayscale: #4A4A4A. Windows color (decimal): -15961314 or 1995532. OLE color: 1995532.

HSL color Cylindrical-coordinate representation of color #0C731E: hue angle of 130.49º 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 #0C731E is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1211530-
CMYK0.9000.740.55
HSL130.49º81.1%24.9%-
HSV(B)130.49º89.57%45.1%-
XYZ6.5212.433.28-
YUV74.51102.8883.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.64%
GREEN value IS 115 (45.31% from 255) = 73.25%
BLUE value IS 30 (12.11% from 255) = 19.11%
R=7.64%
G=73.25%
B=19.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal12115300.9000.740.55130.4981.124.9
HexC731E5A04A37825119
Octal141633613201126720212131
Binary110011100111111010110100100101011011110000010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C731E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,115,30); }

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

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

 a { background-color: rgb(12,115,30); }

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

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

 span { border-color: rgb(12,115,30); }

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