Html Css Color HEX #25412D Holly

📋 copy color: '#25412D'

red 37 ◦ green 65 ◦ blue 45

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

Shades of Holly #25412D

Tints of Holly #25412D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 44.22%

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

R = 25.17%
G = 44.22%
B = 30.61%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#25412D (or 0x25412D) is known color: Holly. HEX triplet: 25, 41 and 2D. RGB value is (37,65,45). Sum of RGB (Red+Green+Blue) = 37+65+45=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #25412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25412D is #DABED2. Grayscale: #363636. Windows color (decimal): -14335699 or 2965797. OLE color: 2965797.

HSL color Cylindrical-coordinate representation of color #25412D: hue angle of 137.14º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #25412D is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 65 45 -
CMYK 0.43 0 0.31 0.75
HSL 137.14º 0.27% 0.2% -
HSV(B) 137.14º 0.43% 0.25% -
XYZ 3.13 4.36 3.16 -
YUV 54.35 122.72 115.63 -
System Red Green Blue C M Y K H S L
Decimal 37 65 45 0.43 0 0.31 0.75 137.14 0.27 0.2
Hex 25 41 2D 2B 0 1F 4B 89 1B 14
Octal 45 101 55 53 0 37 113 211 33 24
Binary 100101 1000001 101101 101011 0 11111 1001011 10001001 11011 10100

Color Harmonies of #25412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25412D

Black with #25412D

Text Example


Text Example

White with #25412D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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