#423438

Color #423438 Cab Sav (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cab Sav #423438

Tints of Cab Sav #423438

Color information

#423438 (or 0x423438) is unknown color: approx Cab Sav. HEX triplet: 42, 34 and 38. RGB value is (66,52,56). Sum of RGB (Red+Green+Blue) = 66+52+56=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 66 - color contains mainly: red. Hex color #423438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423438 is #BDCBC7. Grayscale: #383838. Windows color (decimal): -12438472 or 3683394. OLE color: 3683394.

HSL color Cylindrical-coordinate representation of color #423438: hue angle of 342.86º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #423438 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB665256-
CMYK00.210.150.74
HSL342.86º11.86%23.14%-
HSV(B)342.86º21.21%25.88%-
XYZ4.193.94.27-
YUV56.64127.64134.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.93%
GREEN value IS 52 (20.70% from 255) = 29.89%
BLUE value IS 56 (22.27% from 255) = 32.18%
R=37.93%
G=29.89%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66525600.210.150.74342.8611.8623.14
Hex423438015F4A157c17
Octal1026470025171125271427
Binary100001011010011100001010111111001010101010111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423438; }

 p { color: rgb(66,52,56); }

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

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

 a { background-color: rgb(66,52,56); }

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

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

 span { border-color: rgb(66,52,56); }

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