#258535

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

Shades of Japanese Laurel #258535

Tints of Japanese Laurel #258535

Color information

#258535 (or 0x258535) is unknown color: approx Japanese Laurel. HEX triplet: 25, 85 and 35. RGB value is (37,133,53). Sum of RGB (Red+Green+Blue) = 37+133+53=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 133 (52.34% from 255 or 59.64% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 133 - color contains mainly: green. Hex color #258535 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258535 is #DA7ACA. Grayscale: #5F5F5F. Windows color (decimal): -14318283 or 3507493. OLE color: 3507493.

HSL color Cylindrical-coordinate representation of color #258535: hue angle of 130º 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 #258535 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB3713353-
CMYK0.7200.600.48
HSL130º56.47%33.33%-
HSV(B)130º72.18%52.16%-
XYZ9.7917.436.22-
YUV95.18104.286.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.59%
GREEN value IS 133 (52.34% from 255) = 59.64%
BLUE value IS 53 (21.09% from 255) = 23.77%
R=16.59%
G=59.64%
B=23.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37133530.7200.600.4813056.4733.33
Hex2585354803C30823821
Octal4520565110074602027041
Binary100101100001011101011001000011110011000010000010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258535; }

 p { color: rgb(37,133,53); }

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

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

 a { background-color: rgb(37,133,53); }

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

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

 span { border-color: rgb(37,133,53); }

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