Html Css Color HEX #257C37 Japanese Laurel

📋 copy color: '#257C37'

red 37 ◦ green 124 ◦ blue 55

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

Shades of Japanese Laurel #257C37

Tints of Japanese Laurel #257C37

RGB

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

 GREEN value IS 124 (48.83% from 255) = 57.41%

 BLUE value IS 55 (21.88% from 255) = 25.46%

R = 17.13%
G = 57.41%
B = 25.46%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#257C37 (or 0x257C37) is known color: Japanese Laurel. HEX triplet: 25, 7C and 37. RGB value is (37,124,55). Sum of RGB (Red+Green+Blue) = 37+124+55=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 124 (48.83% from 255 or 57.41% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 124 - color contains mainly: green. Hex color #257C37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257C37 is #DA83C8. Grayscale: #5A5A5A. Windows color (decimal): -14320585 or 3636261. OLE color: 3636261.

HSL color Cylindrical-coordinate representation of color #257C37: hue angle of 132.41º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257C37 is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 124 55 -
CMYK 0.70 0 0.56 0.51
HSL 132.41º 0.54% 0.32% -
HSV(B) 132.41º 0.7% 0.49% -
XYZ 8.66 15.08 6.07 -
YUV 90.12 108.18 90.11 -
System Red Green Blue C M Y K H S L
Decimal 37 124 55 0.70 0 0.56 0.51 132.41 0.54 0.32
Hex 25 7C 37 46 0 38 33 84 36 20
Octal 45 174 67 106 0 70 63 204 66 40
Binary 100101 1111100 110111 1000110 0 111000 110011 10000100 110110 100000

Color Harmonies of #257C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257C37

Black with #257C37

Text Example


Text Example

White with #257C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257C37; }

 p { color: rgb(37,124,55); }

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

background-color css

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

 a { background-color: rgb(37,124,55); }

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

border-color css

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

 span { border-color: rgb(37,124,55); }

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