#25843D

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

Shades of Japanese Laurel #25843D

Tints of Japanese Laurel #25843D

Color information

#25843D (or 0x25843D) is unknown color: approx Japanese Laurel. HEX triplet: 25, 84 and 3D. RGB value is (37,132,61). Sum of RGB (Red+Green+Blue) = 37+132+61=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 132 (51.95% from 255 or 57.39% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 132 - color contains mainly: green. Hex color #25843D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25843D is #DA7BC2. Grayscale: #5F5F5F. Windows color (decimal): -14318531 or 4031525. OLE color: 4031525.

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

Color convert

RGB3713261-
CMYK0.7200.540.48
HSL135.16º56.21%33.14%-
HSV(B)135.16º71.97%51.76%-
XYZ9.8617.237.22-
YUV95.5108.5386.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.09%
GREEN value IS 132 (51.95% from 255) = 57.39%
BLUE value IS 61 (24.22% from 255) = 26.52%
R=16.09%
G=57.39%
B=26.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37132610.7200.540.48135.1656.2133.14
Hex25843D4803630873821
Octal4520475110066602077041
Binary100101100001001111011001000011011011000010000111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25843D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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