#25362C

Color #25362C Holly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Holly #25362C

Tints of Holly #25362C

Color information

#25362C (or 0x25362C) is unknown color: approx Holly. HEX triplet: 25, 36 and 2C. RGB value is (37,54,44). Sum of RGB (Red+Green+Blue) = 37+54+44=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 54 - color contains mainly: green. Hex color #25362C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25362C is #DAC9D3. Grayscale: #2F2F2F. Windows color (decimal): -14338516 or 2897445. OLE color: 2897445.

HSL color Cylindrical-coordinate representation of color #25362C: hue angle of 144.71º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #25362C is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB375444-
CMYK0.3100.190.79
HSL144.71º18.68%17.84%-
HSV(B)144.71º31.48%21.18%-
XYZ2.543.212.87-
YUV47.78125.87120.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.41%
GREEN value IS 54 (21.48% from 255) = 40%
BLUE value IS 44 (17.58% from 255) = 32.59%
R=27.41%
G=40%
B=32.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3754440.3100.190.79144.7118.6817.84
Hex25362C1F0134F911312
Octal456654370231172212322
Binary100101110110101100111110100111001111100100011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25362C; }

 p { color: rgb(37,54,44); }

 H1.HeaderClassName
 {
   color: #25362C;
 }
 .AnyTagClassName
 {
   color: #25362C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #25362C;
 }
 .BgClassName
 {
   background-color: #25362C;
 }
</style>
border-color css

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

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

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