Html Css Color HEX #26372D Holly

📋 copy color: '#26372D'

red 38 ◦ green 55 ◦ blue 45

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

Shades of Holly #26372D

Tints of Holly #26372D

RGB

 RED value IS 38 (15.23% from 255) = 27.54%

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

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

R = 27.54%
G = 39.86%
B = 32.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#26372D (or 0x26372D) is known color: Holly. HEX triplet: 26, 37 and 2D. RGB value is (38,55,45). Sum of RGB (Red+Green+Blue) = 38+55+45=138 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.54% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 55 - color contains mainly: green. Hex color #26372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26372D is #D9C8D2. Grayscale: #303030. Windows color (decimal): -14272723 or 2963238. OLE color: 2963238.

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

Color convert

RGB 38 55 45 -
CMYK 0.31 0 0.18 0.78
HSL 144.71º 0.18% 0.18% -
HSV(B) 144.71º 0.31% 0.22% -
XYZ 2.64 3.33 2.99 -
YUV 48.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 38 55 45 0.31 0 0.18 0.78 144.71 0.18 0.18
Hex 26 37 2D 1F 0 12 4E 91 12 12
Octal 46 67 55 37 0 22 116 221 22 22
Binary 100110 110111 101101 11111 0 10010 1001110 10010001 10010 10010

Color Harmonies of #26372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26372D

Black with #26372D

Text Example


Text Example

White with #26372D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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