Html Css Color HEX #25362A Holly

📋 copy color: '#25362A'

red 37 ◦ green 54 ◦ blue 42

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

Shades of Holly #25362A

Tints of Holly #25362A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40.6%

 BLUE value IS 42 (16.8% from 255) = 31.58%

R = 27.82%
G = 40.6%
B = 31.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.79

RGB Variations

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

Color information

#25362A (or 0x25362A) is known color: Holly. HEX triplet: 25, 36 and 2A. RGB value is (37,54,42). Sum of RGB (Red+Green+Blue) = 37+54+42=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 54 - color contains mainly: green. Hex color #25362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25362A is #DAC9D5. Grayscale: #2F2F2F. Windows color (decimal): -14338518 or 2766373. OLE color: 2766373.

HSL color Cylindrical-coordinate representation of color #25362A: hue angle of 137.65º 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 #25362A is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.79.

Color convert

RGB 37 54 42 -
CMYK 0.31 0 0.22 0.79
HSL 137.65º 0.19% 0.18% -
HSV(B) 137.65º 0.31% 0.21% -
XYZ 2.5 3.2 2.68 -
YUV 47.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 37 54 42 0.31 0 0.22 0.79 137.65 0.19 0.18
Hex 25 36 2A 1F 0 16 4F 8A 13 12
Octal 45 66 52 37 0 26 117 212 23 22
Binary 100101 110110 101010 11111 0 10110 1001111 10001010 10011 10010

Color Harmonies of #25362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25362A

Black with #25362A

Text Example


Text Example

White with #25362A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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