#0D7828

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

Shades of Camarone #0D7828

Tints of Camarone #0D7828

Color information

#0D7828 (or 0x0D7828) is unknown color: approx Camarone. HEX triplet: 0D, 78 and 28. RGB value is (13,120,40). Sum of RGB (Red+Green+Blue) = 13+120+40=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 120 (47.27% from 255 or 69.36% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 120 - color contains mainly: green. Hex color #0D7828 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7828 is #F287D7. Grayscale: #4F4F4F. Windows color (decimal): -15894488 or 2652173. OLE color: 2652173.

HSL color Cylindrical-coordinate representation of color #0D7828: hue angle of 135.14º 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 #0D7828 is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB1312040-
CMYK0.8900.670.53
HSL135.14º80.45%26.08%-
HSV(B)135.14º89.17%47.06%-
XYZ7.2713.674.26-
YUV78.89106.0581-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.51%
GREEN value IS 120 (47.27% from 255) = 69.36%
BLUE value IS 40 (16.02% from 255) = 23.12%
R=7.51%
G=69.36%
B=23.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal13120400.8900.670.53135.1480.4526.08
HexD7828590433587501a
Octal151705013101036520712032
Binary1101111100010100010110010100001111010110000111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,120,40); }

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

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

 a { background-color: rgb(13,120,40); }

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

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

 span { border-color: rgb(13,120,40); }

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