#258433

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

Shades of Japanese Laurel #258433

Tints of Japanese Laurel #258433

Color information

#258433 (or 0x258433) is unknown color: approx Japanese Laurel. HEX triplet: 25, 84 and 33. RGB value is (37,132,51). Sum of RGB (Red+Green+Blue) = 37+132+51=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 132 (51.95% from 255 or 60% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 132 - color contains mainly: green. Hex color #258433 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258433 is #DA7BCC. Grayscale: #5E5E5E. Windows color (decimal): -14318541 or 3376165. OLE color: 3376165.

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

Color convert

RGB3713251-
CMYK0.7200.610.48
HSL128.84º56.21%33.14%-
HSV(B)128.84º71.97%51.76%-
XYZ9.6117.135.93-
YUV94.36103.5387.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.82%
GREEN value IS 132 (51.95% from 255) = 60%
BLUE value IS 51 (20.31% from 255) = 23.18%
R=16.82%
G=60%
B=23.18%

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
Decimal37132510.7200.610.48128.8456.2133.14
Hex2584334803D30813821
Octal4520463110075602017041
Binary100101100001001100111001000011110111000010000001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258433; }

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

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

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

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

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

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

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

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