#05812A

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

Shades of Camarone #05812A

Tints of Camarone #05812A

Color information

#05812A (or 0x05812A) is unknown color: approx Camarone. HEX triplet: 05, 81 and 2A. RGB value is (5,129,42). Sum of RGB (Red+Green+Blue) = 5+129+42=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 129 (50.78% from 255 or 73.30% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 129 - color contains mainly: green. Hex color #05812A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05812A is #FA7ED5. Grayscale: #525252. Windows color (decimal): -16416470 or 2785541. OLE color: 2785541.

HSL color Cylindrical-coordinate representation of color #05812A: hue angle of 137.9º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05812A is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB512942-
CMYK0.9600.670.49
HSL137.9º92.54%26.27%-
HSV(B)137.9º96.12%50.59%-
XYZ8.3315.94.82-
YUV82.01105.4273.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.84%
GREEN value IS 129 (50.78% from 255) = 73.30%
BLUE value IS 42 (16.80% from 255) = 23.86%
R=2.84%
G=73.30%
B=23.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5129420.9600.670.49137.992.5426.27
Hex5812A60043318a5d1a
Octal52015214001036121213532
Binary1011000000110101011000000100001111000110001010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05812A; }

 p { color: rgb(5,129,42); }

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

<style>
 a { background-color: #05812A; }

 a { background-color: rgb(5,129,42); }

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

<style>
 span { border-color: #05812A; }

 span { border-color: rgb(5,129,42); }

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