Html Css Color HEX #258532 Japanese Laurel

📋 copy color: '#258532'

red 37 ◦ green 133 ◦ blue 50

#258532
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #258532

Tints of Japanese Laurel #258532

RGB

 RED value IS 37 (14.84% from 255) = 16.82%

 GREEN value IS 133 (52.34% from 255) = 60.45%

 BLUE value IS 50 (19.92% from 255) = 22.73%

R = 16.82%
G = 60.45%
B = 22.73%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#258532 (or 0x258532) is known color: Japanese Laurel. HEX triplet: 25, 85 and 32. RGB value is (37,133,50). Sum of RGB (Red+Green+Blue) = 37+133+50=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 133 (52.34% from 255 or 60.45% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 133 - color contains mainly: green. Hex color #258532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258532 is #DA7ACD. Grayscale: #5F5F5F. Windows color (decimal): -14318286 or 3310885. OLE color: 3310885.

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

Color convert

RGB 37 133 50 -
CMYK 0.72 0 0.62 0.48
HSL 128.13º 0.56% 0.33% -
HSV(B) 128.13º 0.72% 0.52% -
XYZ 9.73 17.4 5.86 -
YUV 94.83 102.7 86.75 -
System Red Green Blue C M Y K H S L
Decimal 37 133 50 0.72 0 0.62 0.48 128.13 0.56 0.33
Hex 25 85 32 48 0 3E 30 80 38 21
Octal 45 205 62 110 0 76 60 200 70 41
Binary 100101 10000101 110010 1001000 0 111110 110000 10000000 111000 100001

Color Harmonies of #258532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258532

Black with #258532

Text Example


Text Example

White with #258532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258532; }

 p { color: rgb(37,133,50); }

 H1.HeaderClassName
 {
   color: #258532;
 }
 .AnyTagClassName
 {
   color: #258532;
 }
</style>

background-color css

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

 a { background-color: rgb(37,133,50); }

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

border-color css

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

 span { border-color: rgb(37,133,50); }

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