#12752B

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

Shades of Camarone #12752B

Tints of Camarone #12752B

Color information

#12752B (or 0x12752B) is unknown color: approx Camarone. HEX triplet: 12, 75 and 2B. RGB value is (18,117,43). Sum of RGB (Red+Green+Blue) = 18+117+43=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 117 (46.09% from 255 or 65.73% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 117 - color contains mainly: green. Hex color #12752B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12752B is #ED8AD4. Grayscale: #4F4F4F. Windows color (decimal): -15567573 or 2848018. OLE color: 2848018.

HSL color Cylindrical-coordinate representation of color #12752B: hue angle of 135.15º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12752B is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB1811743-
CMYK0.8500.630.54
HSL135.15º73.33%26.47%-
HSV(B)135.15º84.62%45.88%-
XYZ7.0513.034.43-
YUV78.96107.784.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.11%
GREEN value IS 117 (46.09% from 255) = 65.73%
BLUE value IS 43 (17.19% from 255) = 24.16%
R=10.11%
G=65.73%
B=24.16%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18117430.8500.630.54135.1573.3326.47
Hex12752B5503F3687491a
Octal22165531250776620711132
Binary1001011101011010111010101011111111011010000111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12752B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12752B; }

 p { color: rgb(18,117,43); }

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

<style>
 a { background-color: #12752B; }

 a { background-color: rgb(18,117,43); }

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

<style>
 span { border-color: #12752B; }

 span { border-color: rgb(18,117,43); }

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