#23412C

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

Shades of Holly #23412C

Tints of Holly #23412C

Color information

#23412C (or 0x23412C) is unknown color: approx Holly. HEX triplet: 23, 41 and 2C. RGB value is (35,65,44). Sum of RGB (Red+Green+Blue) = 35+65+44=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #23412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23412C is #DCBED3. Grayscale: #353535. Windows color (decimal): -14466772 or 2900259. OLE color: 2900259.

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

Color convert

RGB356544-
CMYK0.4600.320.75
HSL138º30%19.61%-
HSV(B)138º46.15%25.49%-
XYZ3.044.323.06-
YUV53.64122.56114.71-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.31%
GREEN value IS 65 (25.78% from 255) = 45.14%
BLUE value IS 44 (17.58% from 255) = 30.56%
R=24.31%
G=45.14%
B=30.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3565440.4600.320.751383019.61
Hex23412C2E0204B8a1e14
Octal4310154560401132123624
Binary100011100000110110010111001000001001011100010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23412C; }

 p { color: rgb(35,65,44); }

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

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

 a { background-color: rgb(35,65,44); }

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

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

 span { border-color: rgb(35,65,44); }

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