#25823A

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

Shades of Japanese Laurel #25823A

Tints of Japanese Laurel #25823A

Color information

#25823A (or 0x25823A) is unknown color: approx Japanese Laurel. HEX triplet: 25, 82 and 3A. RGB value is (37,130,58). Sum of RGB (Red+Green+Blue) = 37+130+58=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #25823A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25823A is #DA7DC5. Grayscale: #5E5E5E. Windows color (decimal): -14319046 or 3834405. OLE color: 3834405.

HSL color Cylindrical-coordinate representation of color #25823A: hue angle of 133.55º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25823A is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB3713058-
CMYK0.7200.550.49
HSL133.55º55.69%32.75%-
HSV(B)133.55º71.54%50.98%-
XYZ9.5116.666.72-
YUV93.98107.6987.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.44%
GREEN value IS 130 (51.17% from 255) = 57.78%
BLUE value IS 58 (23.05% from 255) = 25.78%
R=16.44%
G=57.78%
B=25.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37130580.7200.550.49133.5555.6932.75
Hex25823A4803731863821
Octal4520272110067612067041
Binary100101100000101110101001000011011111000110000110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25823A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25823A; }

 p { color: rgb(37,130,58); }

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

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

 a { background-color: rgb(37,130,58); }

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

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

 span { border-color: rgb(37,130,58); }

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