#307441

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

Shades of Camarone #307441

Tints of Camarone #307441

Color information

#307441 (or 0x307441) is unknown color: approx Camarone. HEX triplet: 30, 74 and 41. RGB value is (48,116,65). Sum of RGB (Red+Green+Blue) = 48+116+65=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 116 (45.70% from 255 or 50.66% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 116 - color contains mainly: green. Hex color #307441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307441 is #CF8BBE. Grayscale: #595959. Windows color (decimal): -13601727 or 4289584. OLE color: 4289584.

HSL color Cylindrical-coordinate representation of color #307441: hue angle of 135º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307441 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB4811665-
CMYK0.5900.440.55
HSL135º41.46%32.16%-
HSV(B)135º58.62%45.49%-
XYZ8.4213.57.16-
YUV89.85113.9798.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.96%
GREEN value IS 116 (45.70% from 255) = 50.66%
BLUE value IS 65 (25.78% from 255) = 28.38%
R=20.96%
G=50.66%
B=28.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48116650.5900.440.5513541.4632.16
Hex3074413B02C37872920
Octal6016410173054672075140
Binary11000011101001000001111011010110011011110000111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307441; }

 p { color: rgb(48,116,65); }

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

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

 a { background-color: rgb(48,116,65); }

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

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

 span { border-color: rgb(48,116,65); }

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