#258434

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

Shades of Japanese Laurel #258434

Tints of Japanese Laurel #258434

Color information

#258434 (or 0x258434) is unknown color: approx Japanese Laurel. HEX triplet: 25, 84 and 34. RGB value is (37,132,52). Sum of RGB (Red+Green+Blue) = 37+132+52=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 132 (51.95% from 255 or 59.73% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 132 - color contains mainly: green. Hex color #258434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258434 is #DA7BCB. Grayscale: #5E5E5E. Windows color (decimal): -14318540 or 3441701. OLE color: 3441701.

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

Color convert

RGB3713252-
CMYK0.7200.610.48
HSL129.47º56.21%33.14%-
HSV(B)129.47º71.97%51.76%-
XYZ9.6317.146.05-
YUV94.48104.0387-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.74%
GREEN value IS 132 (51.95% from 255) = 59.73%
BLUE value IS 52 (20.70% from 255) = 23.53%
R=16.74%
G=59.73%
B=23.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37132520.7200.610.48129.4756.2133.14
Hex2584344803D30813821
Octal4520464110075602017041
Binary100101100001001101001001000011110111000010000001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258434; }

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

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

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

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

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

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

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

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