#188235

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

Shades of Camarone #188235

Tints of Camarone #188235

Color information

#188235 (or 0x188235) is unknown color: approx Camarone. HEX triplet: 18, 82 and 35. RGB value is (24,130,53). Sum of RGB (Red+Green+Blue) = 24+130+53=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 130 (51.17% from 255 or 62.80% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 130 - color contains mainly: green. Hex color #188235 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188235 is #E77DCA. Grayscale: #595959. Windows color (decimal): -15171019 or 3506712. OLE color: 3506712.

HSL color Cylindrical-coordinate representation of color #188235: hue angle of 136.42º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188235 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB2413053-
CMYK0.8200.590.49
HSL136.42º68.83%30.2%-
HSV(B)136.42º81.54%50.98%-
XYZ916.426.06-
YUV89.53107.3881.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.59%
GREEN value IS 130 (51.17% from 255) = 62.80%
BLUE value IS 53 (21.09% from 255) = 25.60%
R=11.59%
G=62.80%
B=25.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24130530.8200.590.49136.4268.8330.2
Hex1882355203B3188451e
Octal30202651220736121010536
Binary11000100000101101011010010011101111000110001000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188235; }

 p { color: rgb(24,130,53); }

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

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

 a { background-color: rgb(24,130,53); }

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

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

 span { border-color: rgb(24,130,53); }

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