#258432

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

Shades of Japanese Laurel #258432

Tints of Japanese Laurel #258432

Color information

#258432 (or 0x258432) is unknown color: approx Japanese Laurel. HEX triplet: 25, 84 and 32. RGB value is (37,132,50). Sum of RGB (Red+Green+Blue) = 37+132+50=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 132 (51.95% from 255 or 60.27% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 132 - color contains mainly: green. Hex color #258432 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258432 is #DA7BCD. Grayscale: #5E5E5E. Windows color (decimal): -14318542 or 3310629. OLE color: 3310629.

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

Color convert

RGB3713250-
CMYK0.7200.620.48
HSL128.21º56.21%33.14%-
HSV(B)128.21º71.97%51.76%-
XYZ9.5917.135.82-
YUV94.25103.0387.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.89%
GREEN value IS 132 (51.95% from 255) = 60.27%
BLUE value IS 50 (19.92% from 255) = 22.83%
R=16.89%
G=60.27%
B=22.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37132500.7200.620.48128.2156.2133.14
Hex2584324803E30803821
Octal4520462110076602007041
Binary100101100001001100101001000011111011000010000000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258432; }

 p { color: rgb(37,132,50); }

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

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

 a { background-color: rgb(37,132,50); }

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

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

 span { border-color: rgb(37,132,50); }

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