#258240

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

Shades of Camarone #258240

Tints of Camarone #258240

Color information

#258240 (or 0x258240) is unknown color: approx Camarone. HEX triplet: 25, 82 and 40. RGB value is (37,130,64). Sum of RGB (Red+Green+Blue) = 37+130+64=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #258240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258240 is #DA7DBF. Grayscale: #5E5E5E. Windows color (decimal): -14319040 or 4227621. OLE color: 4227621.

HSL color Cylindrical-coordinate representation of color #258240: hue angle of 137.42º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258240 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB3713064-
CMYK0.7200.510.49
HSL137.42º55.69%32.75%-
HSV(B)137.42º71.54%50.98%-
XYZ9.6716.737.57-
YUV94.67110.6986.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.02%
GREEN value IS 130 (51.17% from 255) = 56.28%
BLUE value IS 64 (25.39% from 255) = 27.71%
R=16.02%
G=56.28%
B=27.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37130640.7200.510.49137.4255.6932.75
Hex2582404803331893821
Octal45202100110063612117041
Binary1001011000001010000001001000011001111000110001001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258240; }

 p { color: rgb(37,130,64); }

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

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

 a { background-color: rgb(37,130,64); }

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

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

 span { border-color: rgb(37,130,64); }

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