#25843E

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

Shades of Japanese Laurel #25843E

Tints of Japanese Laurel #25843E

Color information

#25843E (or 0x25843E) is unknown color: approx Japanese Laurel. HEX triplet: 25, 84 and 3E. RGB value is (37,132,62). Sum of RGB (Red+Green+Blue) = 37+132+62=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 132 (51.95% from 255 or 57.14% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 132 - color contains mainly: green. Hex color #25843E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25843E is #DA7BC1. Grayscale: #5F5F5F. Windows color (decimal): -14318530 or 4097061. OLE color: 4097061.

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

Color convert

RGB3713262-
CMYK0.7200.530.48
HSL135.79º56.21%33.14%-
HSV(B)135.79º71.97%51.76%-
XYZ9.8817.247.36-
YUV95.62109.0386.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.02%
GREEN value IS 132 (51.95% from 255) = 57.14%
BLUE value IS 62 (24.61% from 255) = 26.84%
R=16.02%
G=57.14%
B=26.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37132620.7200.530.48135.7956.2133.14
Hex25843E4803530883821
Octal4520476110065602107041
Binary100101100001001111101001000011010111000010001000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25843E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25843E; }

 p { color: rgb(37,132,62); }

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

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

 a { background-color: rgb(37,132,62); }

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

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

 span { border-color: rgb(37,132,62); }

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