#0D7223

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

Shades of Camarone #0D7223

Tints of Camarone #0D7223

Color information

#0D7223 (or 0x0D7223) is unknown color: approx Camarone. HEX triplet: 0D, 72 and 23. RGB value is (13,114,35). Sum of RGB (Red+Green+Blue) = 13+114+35=162 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.02% from 162); Green value is 114 (44.92% from 255 or 70.37% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 114 - color contains mainly: green. Hex color #0D7223 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7223 is #F28DDC. Grayscale: #4B4B4B. Windows color (decimal): -15896029 or 2322957. OLE color: 2322957.

HSL color Cylindrical-coordinate representation of color #0D7223: hue angle of 133.07º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7223 is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB1311435-
CMYK0.8900.690.55
HSL133.07º79.53%24.9%-
HSV(B)133.07º88.6%44.71%-
XYZ6.4912.243.61-
YUV74.79105.5483.92-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.02%
GREEN value IS 114 (44.92% from 255) = 70.37%
BLUE value IS 35 (14.06% from 255) = 21.60%
R=8.02%
G=70.37%
B=21.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13114350.8900.690.55133.0779.5324.9
HexD72235904537855019
Octal151624313101056720512031
Binary1101111001010001110110010100010111011110000101101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,114,35); }

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

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

 a { background-color: rgb(13,114,35); }

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

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

 span { border-color: rgb(13,114,35); }

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