#307343

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

Shades of Camarone #307343

Tints of Camarone #307343

Color information

#307343 (or 0x307343) is unknown color: approx Camarone. HEX triplet: 30, 73 and 43. RGB value is (48,115,67). Sum of RGB (Red+Green+Blue) = 48+115+67=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 115 (45.31% from 255 or 50% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 115 - color contains mainly: green. Hex color #307343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307343 is #CF8CBC. Grayscale: #595959. Windows color (decimal): -13601981 or 4420400. OLE color: 4420400.

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

Color convert

RGB4811567-
CMYK0.5800.420.55
HSL137.01º41.1%31.96%-
HSV(B)137.01º58.26%45.1%-
XYZ8.3613.37.44-
YUV89.5115.398.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.87%
GREEN value IS 115 (45.31% from 255) = 50%
BLUE value IS 67 (26.56% from 255) = 29.13%
R=20.87%
G=50%
B=29.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48115670.5800.420.55137.0141.131.96
Hex3073433A02A37892920
Octal6016310372052672115140
Binary11000011100111000011111010010101011011110001001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307343; }

 p { color: rgb(48,115,67); }

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

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

 a { background-color: rgb(48,115,67); }

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

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

 span { border-color: rgb(48,115,67); }

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