Html Css Color HEX #3C6261 Oracle

📋 copy color: '#3C6261'

red 60 ◦ green 98 ◦ blue 97

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

Shades of Oracle #3C6261

Tints of Oracle #3C6261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.43%

 BLUE value IS 97 (38.28% from 255) = 38.04%

R = 23.53%
G = 38.43%
B = 38.04%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#3C6261 (or 0x3C6261) is known color: Oracle. HEX triplet: 3C, 62 and 61. RGB value is (60,98,97). Sum of RGB (Red+Green+Blue) = 60+98+97=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 98 - color contains mainly: green. Hex color #3C6261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6261 is #C39D9E. Grayscale: #565656. Windows color (decimal): -12819871 or 6382140. OLE color: 6382140.

HSL color Cylindrical-coordinate representation of color #3C6261: hue angle of 178.42º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C6261 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 98 97 -
CMYK 0.39 0 0.01 0.62
HSL 178.42º 0.24% 0.31% -
HSV(B) 178.42º 0.39% 0.38% -
XYZ 8.39 10.56 12.91 -
YUV 86.52 133.91 109.08 -
System Red Green Blue C M Y K H S L
Decimal 60 98 97 0.39 0 0.01 0.62 178.42 0.24 0.31
Hex 3C 62 61 27 0 1 3E B2 18 1F
Octal 74 142 141 47 0 1 76 262 30 37
Binary 111100 1100010 1100001 100111 0 1 111110 10110010 11000 11111

Color Harmonies of #3C6261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6261

Black with #3C6261

Text Example


Text Example

White with #3C6261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,98,97); }

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

background-color css

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

 a { background-color: rgb(60,98,97); }

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

border-color css

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

 span { border-color: rgb(60,98,97); }

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