#307642

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

Shades of Camarone #307642

Tints of Camarone #307642

Color information

#307642 (or 0x307642) is unknown color: approx Camarone. HEX triplet: 30, 76 and 42. RGB value is (48,118,66). Sum of RGB (Red+Green+Blue) = 48+118+66=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #307642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307642 is #CF89BD. Grayscale: #5B5B5B. Windows color (decimal): -13601214 or 4355632. OLE color: 4355632.

HSL color Cylindrical-coordinate representation of color #307642: hue angle of 135.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307642 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB4811866-
CMYK0.5900.440.54
HSL135.43º42.17%32.55%-
HSV(B)135.43º59.32%46.27%-
XYZ8.6813.987.39-
YUV91.14113.8197.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.69%
GREEN value IS 118 (46.48% from 255) = 50.86%
BLUE value IS 66 (26.17% from 255) = 28.45%
R=20.69%
G=50.86%
B=28.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48118660.5900.440.54135.4342.1732.55
Hex3076423B02C36872a21
Octal6016610273054662075241
Binary11000011101101000010111011010110011011010000111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307642; }

 p { color: rgb(48,118,66); }

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

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

 a { background-color: rgb(48,118,66); }

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

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

 span { border-color: rgb(48,118,66); }

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