Html Css Color HEX #25772D San Felix

📋 copy color: '#25772D'

red 37 ◦ green 119 ◦ blue 45

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

Shades of San Felix #25772D

Tints of San Felix #25772D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.39%

R = 18.41%
G = 59.2%
B = 22.39%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#25772D (or 0x25772D) is known color: San Felix. HEX triplet: 25, 77 and 2D. RGB value is (37,119,45). Sum of RGB (Red+Green+Blue) = 37+119+45=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 119 (46.88% from 255 or 59.20% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 119 - color contains mainly: green. Hex color #25772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25772D is #DA88D2. Grayscale: #565656. Windows color (decimal): -14321875 or 2979621. OLE color: 2979621.

HSL color Cylindrical-coordinate representation of color #25772D: hue angle of 125.85º 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 #25772D is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 119 45 -
CMYK 0.69 0 0.62 0.53
HSL 125.85º 0.53% 0.31% -
HSV(B) 125.85º 0.69% 0.47% -
XYZ 7.83 13.78 4.73 -
YUV 86.05 104.83 93.02 -
System Red Green Blue C M Y K H S L
Decimal 37 119 45 0.69 0 0.62 0.53 125.85 0.53 0.31
Hex 25 77 2D 45 0 3E 35 7E 35 1F
Octal 45 167 55 105 0 76 65 176 65 37
Binary 100101 1110111 101101 1000101 0 111110 110101 1111110 110101 11111

Color Harmonies of #25772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25772D

Black with #25772D

Text Example


Text Example

White with #25772D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25772D; }

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

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

background-color css

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

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

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

border-color css

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

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

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