Html Css Color HEX #257725 Japanese Laurel

📋 copy color: '#257725'

red 37 ◦ green 119 ◦ blue 37

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

Shades of Japanese Laurel #257725

Tints of Japanese Laurel #257725

RGB

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

 GREEN value IS 119 (46.88% from 255) = 61.66%

 BLUE value IS 37 (14.84% from 255) = 19.17%

R = 19.17%
G = 61.66%
B = 19.17%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#257725 (or 0x257725) is known color: Japanese Laurel. HEX triplet: 25, 77 and 25. RGB value is (37,119,37). Sum of RGB (Red+Green+Blue) = 37+119+37=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 119 (46.88% from 255 or 61.66% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 119 - color contains mainly: green. Hex color #257725 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257725 is #DA88DA. Grayscale: #555555. Windows color (decimal): -14321883 or 2455333. OLE color: 2455333.

HSL color Cylindrical-coordinate representation of color #257725: hue angle of 120º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257725 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 119 37 -
CMYK 0.69 0 0.69 0.53
HSL 120º 0.53% 0.31% -
HSV(B) 120º 0.69% 0.47% -
XYZ 7.69 13.72 3.99 -
YUV 85.13 100.83 93.67 -
System Red Green Blue C M Y K H S L
Decimal 37 119 37 0.69 0 0.69 0.53 120 0.53 0.31
Hex 25 77 25 45 0 45 35 78 35 1F
Octal 45 167 45 105 0 105 65 170 65 37
Binary 100101 1110111 100101 1000101 0 1000101 110101 1111000 110101 11111

Color Harmonies of #257725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257725

Black with #257725

Text Example


Text Example

White with #257725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257725; }

 p { color: rgb(37,119,37); }

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

background-color css

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

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

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

border-color css

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

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

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