Html Css Color HEX #264131 English Holly

📋 copy color: '#264131'

red 38 ◦ green 65 ◦ blue 49

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

Shades of English Holly #264131

Tints of English Holly #264131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 32.24%

R = 25%
G = 42.76%
B = 32.24%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#264131 (or 0x264131) is known color: English Holly. HEX triplet: 26, 41 and 31. RGB value is (38,65,49). Sum of RGB (Red+Green+Blue) = 38+65+49=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 65 - color contains mainly: green. Hex color #264131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264131 is #D9BECE. Grayscale: #373737. Windows color (decimal): -14270159 or 3227942. OLE color: 3227942.

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

Color convert

RGB 38 65 49 -
CMYK 0.42 0 0.25 0.75
HSL 144.44º 0.26% 0.2% -
HSV(B) 144.44º 0.42% 0.25% -
XYZ 3.24 4.41 3.59 -
YUV 55.1 124.55 115.8 -
System Red Green Blue C M Y K H S L
Decimal 38 65 49 0.42 0 0.25 0.75 144.44 0.26 0.2
Hex 26 41 31 2A 0 19 4B 90 1A 14
Octal 46 101 61 52 0 31 113 220 32 24
Binary 100110 1000001 110001 101010 0 11001 1001011 10010000 11010 10100

Color Harmonies of #264131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264131

Black with #264131

Text Example


Text Example

White with #264131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264131; }

 p { color: rgb(38,65,49); }

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

background-color css

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

 a { background-color: rgb(38,65,49); }

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

border-color css

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

 span { border-color: rgb(38,65,49); }

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