#258132

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

Shades of Japanese Laurel #258132

Tints of Japanese Laurel #258132

Color information

#258132 (or 0x258132) is unknown color: approx Japanese Laurel. HEX triplet: 25, 81 and 32. RGB value is (37,129,50). Sum of RGB (Red+Green+Blue) = 37+129+50=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 129 (50.78% from 255 or 59.72% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 129 - color contains mainly: green. Hex color #258132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258132 is #DA7ECD. Grayscale: #5C5C5C. Windows color (decimal): -14319310 or 3309861. OLE color: 3309861.

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

Color convert

RGB3712950-
CMYK0.7100.610.49
HSL128.48º55.42%32.55%-
HSV(B)128.48º71.32%50.59%-
XYZ9.1916.325.68-
YUV92.49104.0288.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.13%
GREEN value IS 129 (50.78% from 255) = 59.72%
BLUE value IS 50 (19.92% from 255) = 23.15%
R=17.13%
G=59.72%
B=23.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37129500.7100.610.49128.4855.4232.55
Hex2581324703D31803721
Octal4520162107075612006741
Binary100101100000011100101000111011110111000110000000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258132; }

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

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

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

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

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

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

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

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