#23652A

Color #23652A San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #23652A

Tints of San Felix #23652A

Color information

#23652A (or 0x23652A) is unknown color: approx San Felix. HEX triplet: 23, 65 and 2A. RGB value is (35,101,42). Sum of RGB (Red+Green+Blue) = 35+101+42=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 101 (39.84% from 255 or 56.74% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 101 - color contains mainly: green. Hex color #23652A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23652A is #DC9AD5. Grayscale: #4A4A4A. Windows color (decimal): -14457558 or 2778403. OLE color: 2778403.

HSL color Cylindrical-coordinate representation of color #23652A: hue angle of 126.36º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #23652A is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB3510142-
CMYK0.6500.580.60
HSL126.36º48.53%26.67%-
HSV(B)126.36º65.35%39.61%-
XYZ5.769.833.78-
YUV74.54109.6399.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.66%
GREEN value IS 101 (39.84% from 255) = 56.74%
BLUE value IS 42 (16.80% from 255) = 23.60%
R=19.66%
G=56.74%
B=23.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal35101420.6500.580.60126.3648.5326.67
Hex23652A4103A3C7e311b
Octal4314552101072741766133
Binary100011110010110101010000010111010111100111111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23652A; }

 p { color: rgb(35,101,42); }

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

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

 a { background-color: rgb(35,101,42); }

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

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

 span { border-color: rgb(35,101,42); }

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