#263F32

Color #263F32 English Holly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of English Holly #263F32

Tints of English Holly #263F32

Color information

#263F32 (or 0x263F32) is unknown color: approx English Holly. HEX triplet: 26, 3F and 32. RGB value is (38,63,50). Sum of RGB (Red+Green+Blue) = 38+63+50=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 63 (25% from 255 or 41.72% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 63 - color contains mainly: green. Hex color #263F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263F32 is #D9C0CD. Grayscale: #363636. Windows color (decimal): -14270670 or 3292966. OLE color: 3292966.

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

Color convert

RGB386350-
CMYK0.4000.210.75
HSL148.8º24.75%19.8%-
HSV(B)148.8º39.68%24.71%-
XYZ3.154.23.66-
YUV54.04125.72116.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.17%
GREEN value IS 63 (25% from 255) = 41.72%
BLUE value IS 50 (19.92% from 255) = 33.11%
R=25.17%
G=41.72%
B=33.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3863500.4000.210.75148.824.7519.8
Hex263F32280154B951914
Octal467762500251132253124
Binary1001101111111100101010000101011001011100101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263F32; }

 p { color: rgb(38,63,50); }

 H1.HeaderClassName
 {
   color: #263F32;
 }
 .AnyTagClassName
 {
   color: #263F32;
 }
</style>
background-color css

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

 a { background-color: rgb(38,63,50); }

 div.DivClassName
 {
   background-color: #263F32;
 }
 .BgClassName
 {
   background-color: #263F32;
 }
</style>
border-color css

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

 span { border-color: rgb(38,63,50); }

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