Html Css Color HEX #3C5956 Oracle

📋 copy color: '#3C5956'

red 60 ◦ green 89 ◦ blue 86

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

Shades of Oracle #3C5956

Tints of Oracle #3C5956

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.87%

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

R = 25.53%
G = 37.87%
B = 36.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#3C5956 (or 0x3C5956) is known color: Oracle. HEX triplet: 3C, 59 and 56. RGB value is (60,89,86). Sum of RGB (Red+Green+Blue) = 60+89+86=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 89 - color contains mainly: green. Hex color #3C5956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5956 is #C3A6A9. Grayscale: #4F4F4F. Windows color (decimal): -12822186 or 5658940. OLE color: 5658940.

HSL color Cylindrical-coordinate representation of color #3C5956: hue angle of 173.79º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C5956 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 89 86 -
CMYK 0.33 0 0.03 0.65
HSL 173.79º 0.19% 0.29% -
HSV(B) 173.79º 0.33% 0.35% -
XYZ 7.12 8.78 10.12 -
YUV 79.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 60 89 86 0.33 0 0.03 0.65 173.79 0.19 0.29
Hex 3C 59 56 21 0 3 41 AE 13 1D
Octal 74 131 126 41 0 3 101 256 23 35
Binary 111100 1011001 1010110 100001 0 11 1000001 10101110 10011 11101

Color Harmonies of #3C5956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5956

Black with #3C5956

Text Example


Text Example

White with #3C5956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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