#0D772E

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

Shades of Camarone #0D772E

Tints of Camarone #0D772E

Color information

#0D772E (or 0x0D772E) is unknown color: approx Camarone. HEX triplet: 0D, 77 and 2E. RGB value is (13,119,46). Sum of RGB (Red+Green+Blue) = 13+119+46=178 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.30% from 178); Green value is 119 (46.88% from 255 or 66.85% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 119 - color contains mainly: green. Hex color #0D772E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D772E is #F288D1. Grayscale: #4F4F4F. Windows color (decimal): -15894738 or 3045133. OLE color: 3045133.

HSL color Cylindrical-coordinate representation of color #0D772E: hue angle of 138.68º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D772E is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1311946-
CMYK0.8900.610.53
HSL138.68º80.3%25.88%-
HSV(B)138.68º89.08%46.67%-
XYZ7.2613.484.8-
YUV78.98109.3880.94-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.30%
GREEN value IS 119 (46.88% from 255) = 66.85%
BLUE value IS 46 (18.36% from 255) = 25.84%
R=7.30%
G=66.85%
B=25.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal13119460.8900.610.53138.6880.325.88
HexD772E5903D358b501a
Octal15167561310756521312032
Binary110111101111011101011001011110111010110001011101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D772E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,119,46); }

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

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

 a { background-color: rgb(13,119,46); }

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

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

 span { border-color: rgb(13,119,46); }

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