#0D7F31

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

Shades of Camarone #0D7F31

Tints of Camarone #0D7F31

Color information

#0D7F31 (or 0x0D7F31) is unknown color: approx Camarone. HEX triplet: 0D, 7F and 31. RGB value is (13,127,49). Sum of RGB (Red+Green+Blue) = 13+127+49=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 127 (50% from 255 or 67.20% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 127 - color contains mainly: green. Hex color #0D7F31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7F31 is #F280CE. Grayscale: #545454. Windows color (decimal): -15892687 or 3243789. OLE color: 3243789.

HSL color Cylindrical-coordinate representation of color #0D7F31: hue angle of 138.95º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7F31 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB1312749-
CMYK0.9000.610.50
HSL138.95º81.43%27.45%-
HSV(B)138.95º89.76%49.8%-
XYZ8.3115.495.46-
YUV84.02108.2377.34-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.88%
GREEN value IS 127 (50% from 255) = 67.20%
BLUE value IS 49 (19.53% from 255) = 25.93%
R=6.88%
G=67.20%
B=25.93%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal13127490.9000.610.50138.9581.4327.45
HexD7F315A03D328b511b
Octal15177611320756221312133
Binary110111111111100011011010011110111001010001011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,127,49); }

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

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

 a { background-color: rgb(13,127,49); }

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

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

 span { border-color: rgb(13,127,49); }

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