Html Css Color HEX #264134 English Holly

📋 copy color: '#264134'

red 38 ◦ green 65 ◦ blue 52

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

Shades of English Holly #264134

Tints of English Holly #264134

RGB

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

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

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

R = 24.52%
G = 41.94%
B = 33.55%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#264134 (or 0x264134) is known color: English Holly. HEX triplet: 26, 41 and 34. RGB value is (38,65,52). Sum of RGB (Red+Green+Blue) = 38+65+52=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 65 - color contains mainly: green. Hex color #264134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264134 is #D9BECB. Grayscale: #373737. Windows color (decimal): -14270156 or 3424550. OLE color: 3424550.

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

Color convert

RGB 38 65 52 -
CMYK 0.42 0 0.20 0.75
HSL 151.11º 0.26% 0.2% -
HSV(B) 151.11º 0.42% 0.25% -
XYZ 3.31 4.44 3.93 -
YUV 55.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 38 65 52 0.42 0 0.20 0.75 151.11 0.26 0.2
Hex 26 41 34 2A 0 14 4B 97 1A 14
Octal 46 101 64 52 0 24 113 227 32 24
Binary 100110 1000001 110100 101010 0 10100 1001011 10010111 11010 10100

Color Harmonies of #264134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264134

Black with #264134

Text Example


Text Example

White with #264134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264134; }

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

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

background-color css

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

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

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

border-color css

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

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

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