Html Css Color HEX #25372D Holly

📋 copy color: '#25372D'

red 37 ◦ green 55 ◦ blue 45

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

Shades of Holly #25372D

Tints of Holly #25372D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 40.15%

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

R = 27.01%
G = 40.15%
B = 32.85%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#25372D (or 0x25372D) is known color: Holly. HEX triplet: 25, 37 and 2D. RGB value is (37,55,45). Sum of RGB (Red+Green+Blue) = 37+55+45=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 55 - color contains mainly: green. Hex color #25372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25372D is #DAC8D2. Grayscale: #303030. Windows color (decimal): -14338259 or 2963237. OLE color: 2963237.

HSL color Cylindrical-coordinate representation of color #25372D: hue angle of 146.67º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #25372D is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 55 45 -
CMYK 0.33 0 0.18 0.78
HSL 146.67º 0.2% 0.18% -
HSV(B) 146.67º 0.33% 0.22% -
XYZ 2.6 3.32 2.99 -
YUV 48.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 37 55 45 0.33 0 0.18 0.78 146.67 0.2 0.18
Hex 25 37 2D 21 0 12 4E 93 14 12
Octal 45 67 55 41 0 22 116 223 24 22
Binary 100101 110111 101101 100001 0 10010 1001110 10010011 10100 10010

Color Harmonies of #25372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25372D

Black with #25372D

Text Example


Text Example

White with #25372D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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