#258137

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

Shades of Japanese Laurel #258137

Tints of Japanese Laurel #258137

Color information

#258137 (or 0x258137) is unknown color: approx Japanese Laurel. HEX triplet: 25, 81 and 37. RGB value is (37,129,55). Sum of RGB (Red+Green+Blue) = 37+129+55=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 129 (50.78% from 255 or 58.37% from 221); Blue value is 55 (21.88% from 255 or 24.89% from 221); Max value from RGB is 129 - color contains mainly: green. Hex color #258137 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258137 is #DA7EC8. Grayscale: #5D5D5D. Windows color (decimal): -14319305 or 3637541. OLE color: 3637541.

HSL color Cylindrical-coordinate representation of color #258137: hue angle of 131.74º 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 #258137 is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB3712955-
CMYK0.7100.570.49
HSL131.74º55.42%32.55%-
HSV(B)131.74º71.32%50.59%-
XYZ9.316.376.28-
YUV93.06106.5288.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.74%
GREEN value IS 129 (50.78% from 255) = 58.37%
BLUE value IS 55 (21.88% from 255) = 24.89%
R=16.74%
G=58.37%
B=24.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37129550.7100.570.49131.7455.4232.55
Hex2581374703931843721
Octal4520167107071612046741
Binary100101100000011101111000111011100111000110000100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258137; }

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

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

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

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

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

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

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

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