#307443

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

Shades of Camarone #307443

Tints of Camarone #307443

Color information

#307443 (or 0x307443) is unknown color: approx Camarone. HEX triplet: 30, 74 and 43. RGB value is (48,116,67). Sum of RGB (Red+Green+Blue) = 48+116+67=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 67 (26.56% from 255 or 29.00% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #307443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307443 is #CF8BBC. Grayscale: #5A5A5A. Windows color (decimal): -13601725 or 4420656. OLE color: 4420656.

HSL color Cylindrical-coordinate representation of color #307443: hue angle of 136.76º 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 #307443 is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB4811667-
CMYK0.5900.420.55
HSL136.76º41.46%32.16%-
HSV(B)136.76º58.62%45.49%-
XYZ8.4813.527.47-
YUV90.08114.9797.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.78%
GREEN value IS 116 (45.70% from 255) = 50.22%
BLUE value IS 67 (26.56% from 255) = 29.00%
R=20.78%
G=50.22%
B=29.00%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48116670.5900.420.55136.7641.4632.16
Hex3074433B02A37892920
Octal6016410373052672115140
Binary11000011101001000011111011010101011011110001001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307443; }

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

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

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

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

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

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

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

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