Html Css Color HEX #264133 English Holly

📋 copy color: '#264133'

red 38 ◦ green 65 ◦ blue 51

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

Shades of English Holly #264133

Tints of English Holly #264133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 33.12%

R = 24.68%
G = 42.21%
B = 33.12%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#264133 (or 0x264133) is known color: English Holly. HEX triplet: 26, 41 and 33. RGB value is (38,65,51). Sum of RGB (Red+Green+Blue) = 38+65+51=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 65 - color contains mainly: green. Hex color #264133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264133 is #D9BECC. Grayscale: #373737. Windows color (decimal): -14270157 or 3359014. OLE color: 3359014.

HSL color Cylindrical-coordinate representation of color #264133: hue angle of 148.89º 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 #264133 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 38 65 51 -
CMYK 0.42 0 0.22 0.75
HSL 148.89º 0.26% 0.2% -
HSV(B) 148.89º 0.42% 0.25% -
XYZ 3.29 4.43 3.81 -
YUV 55.33 125.55 115.64 -
System Red Green Blue C M Y K H S L
Decimal 38 65 51 0.42 0 0.22 0.75 148.89 0.26 0.2
Hex 26 41 33 2A 0 16 4B 95 1A 14
Octal 46 101 63 52 0 26 113 225 32 24
Binary 100110 1000001 110011 101010 0 10110 1001011 10010101 11010 10100

Color Harmonies of #264133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264133

Black with #264133

Text Example


Text Example

White with #264133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264133; }

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

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

background-color css

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

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

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

border-color css

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

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

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