#25853B

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

Shades of Japanese Laurel #25853B

Tints of Japanese Laurel #25853B

Color information

#25853B (or 0x25853B) is unknown color: approx Japanese Laurel. HEX triplet: 25, 85 and 3B. RGB value is (37,133,59). Sum of RGB (Red+Green+Blue) = 37+133+59=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #25853B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25853B is #DA7AC4. Grayscale: #606060. Windows color (decimal): -14318277 or 3900709. OLE color: 3900709.

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

Color convert

RGB3713359-
CMYK0.7200.560.48
HSL133.75º56.47%33.33%-
HSV(B)133.75º72.18%52.16%-
XYZ9.9417.486.99-
YUV95.86107.286.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.16%
GREEN value IS 133 (52.34% from 255) = 58.08%
BLUE value IS 59 (23.44% from 255) = 25.76%
R=16.16%
G=58.08%
B=25.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37133590.7200.560.48133.7556.4733.33
Hex25853B4803830863821
Octal4520573110070602067041
Binary100101100001011110111001000011100011000010000110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25853B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25853B; }

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

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

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

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

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

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

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

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