#0D7825

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

Shades of Camarone #0D7825

Tints of Camarone #0D7825

Color information

#0D7825 (or 0x0D7825) is unknown color: approx Camarone. HEX triplet: 0D, 78 and 25. RGB value is (13,120,37). Sum of RGB (Red+Green+Blue) = 13+120+37=170 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.65% from 170); Green value is 120 (47.27% from 255 or 70.59% from 170); Blue value is 37 (14.84% from 255 or 21.76% from 170); Max value from RGB is 120 - color contains mainly: green. Hex color #0D7825 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7825 is #F287DA. Grayscale: #4E4E4E. Windows color (decimal): -15894491 or 2455565. OLE color: 2455565.

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

Color convert

RGB1312037-
CMYK0.8900.690.53
HSL133.46º80.45%26.08%-
HSV(B)133.46º89.17%47.06%-
XYZ7.2213.654.01-
YUV78.54104.5581.25-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.65%
GREEN value IS 120 (47.27% from 255) = 70.59%
BLUE value IS 37 (14.84% from 255) = 21.76%
R=7.65%
G=70.59%
B=21.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal13120370.8900.690.53133.4680.4526.08
HexD7825590453585501a
Octal151704513101056520512032
Binary1101111100010010110110010100010111010110000101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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