Html Css Color HEX #264034 English Holly

📋 copy color: '#264034'

red 38 ◦ green 64 ◦ blue 52

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

Shades of English Holly #264034

Tints of English Holly #264034

RGB

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

 GREEN value IS 64 (25.39% from 255) = 41.56%

 BLUE value IS 52 (20.7% from 255) = 33.77%

R = 24.68%
G = 41.56%
B = 33.77%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#264034 (or 0x264034) is known color: English Holly. HEX triplet: 26, 40 and 34. RGB value is (38,64,52). Sum of RGB (Red+Green+Blue) = 38+64+52=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 52 (20.70% from 255 or 33.77% from 154); Max value from RGB is 64 - color contains mainly: green. Hex color #264034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264034 is #D9BFCB. Grayscale: #363636. Windows color (decimal): -14270412 or 3424294. OLE color: 3424294.

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

Color convert

RGB 38 64 52 -
CMYK 0.41 0 0.19 0.75
HSL 152.31º 0.25% 0.2% -
HSV(B) 152.31º 0.41% 0.25% -
XYZ 3.25 4.33 3.91 -
YUV 54.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 38 64 52 0.41 0 0.19 0.75 152.31 0.25 0.2
Hex 26 40 34 29 0 13 4B 98 19 14
Octal 46 100 64 51 0 23 113 230 31 24
Binary 100110 1000000 110100 101001 0 10011 1001011 10011000 11001 10100

Color Harmonies of #264034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264034

Black with #264034

Text Example


Text Example

White with #264034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264034; }

 p { color: rgb(38,64,52); }

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

background-color css

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

 a { background-color: rgb(38,64,52); }

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

border-color css

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

 span { border-color: rgb(38,64,52); }

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