#258638

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

Shades of Japanese Laurel #258638

Tints of Japanese Laurel #258638

Color information

#258638 (or 0x258638) is unknown color: approx Japanese Laurel. HEX triplet: 25, 86 and 38. RGB value is (37,134,56). Sum of RGB (Red+Green+Blue) = 37+134+56=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 134 (52.73% from 255 or 59.03% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 134 - color contains mainly: green. Hex color #258638 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258638 is #DA79C7. Grayscale: #606060. Windows color (decimal): -14318024 or 3704357. OLE color: 3704357.

HSL color Cylindrical-coordinate representation of color #258638: hue angle of 131.75º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258638 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB3713456-
CMYK0.7200.580.47
HSL131.75º56.73%33.53%-
HSV(B)131.75º72.39%52.55%-
XYZ1017.736.64-
YUV96.1105.3685.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.30%
GREEN value IS 134 (52.73% from 255) = 59.03%
BLUE value IS 56 (22.27% from 255) = 24.67%
R=16.30%
G=59.03%
B=24.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37134560.7200.580.47131.7556.7333.53
Hex2586384803A2F843922
Octal4520670110072572047142
Binary100101100001101110001001000011101010111110000100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258638; }

 p { color: rgb(37,134,56); }

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

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

 a { background-color: rgb(37,134,56); }

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

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

 span { border-color: rgb(37,134,56); }

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