Html Css Color HEX #3C5256 Casal

📋 copy color: '#3C5256'

red 60 ◦ green 82 ◦ blue 86

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

Shades of Casal #3C5256

Tints of Casal #3C5256

RGB

 RED value IS 60 (23.83% from 255) = 26.32%

 GREEN value IS 82 (32.42% from 255) = 35.96%

 BLUE value IS 86 (33.98% from 255) = 37.72%

R = 26.32%
G = 35.96%
B = 37.72%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3C5256 (or 0x3C5256) is known color: Casal. HEX triplet: 3C, 52 and 56. RGB value is (60,82,86). Sum of RGB (Red+Green+Blue) = 60+82+86=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 86 - color contains mainly: blue. Hex color #3C5256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5256 is #C3ADA9. Grayscale: #4B4B4B. Windows color (decimal): -12823978 or 5657148. OLE color: 5657148.

HSL color Cylindrical-coordinate representation of color #3C5256: hue angle of 189.23º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3C5256 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 60 82 86 -
CMYK 0.30 0.05 0 0.66
HSL 189.23º 0.18% 0.29% -
HSV(B) 189.23º 0.3% 0.34% -
XYZ 6.56 7.67 9.94 -
YUV 75.88 133.71 116.67 -
System Red Green Blue C M Y K H S L
Decimal 60 82 86 0.30 0.05 0 0.66 189.23 0.18 0.29
Hex 3C 52 56 1E 5 0 42 BD 12 1D
Octal 74 122 126 36 5 0 102 275 22 35
Binary 111100 1010010 1010110 11110 101 0 1000010 10111101 10010 11101

Color Harmonies of #3C5256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5256

Black with #3C5256

Text Example


Text Example

White with #3C5256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C5256; }

 p { color: rgb(60,82,86); }

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

background-color css

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

 a { background-color: rgb(60,82,86); }

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

border-color css

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

 span { border-color: rgb(60,82,86); }

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