Html Css Color HEX #3C635F Oracle

📋 copy color: '#3C635F'

red 60 ◦ green 99 ◦ blue 95

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

Shades of Oracle #3C635F

Tints of Oracle #3C635F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.98%

 BLUE value IS 95 (37.5% from 255) = 37.4%

R = 23.62%
G = 38.98%
B = 37.4%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#3C635F (or 0x3C635F) is known color: Oracle. HEX triplet: 3C, 63 and 5F. RGB value is (60,99,95). Sum of RGB (Red+Green+Blue) = 60+99+95=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 99 - color contains mainly: green. Hex color #3C635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C635F is #C39CA0. Grayscale: #565656. Windows color (decimal): -12819617 or 6251324. OLE color: 6251324.

HSL color Cylindrical-coordinate representation of color #3C635F: hue angle of 173.85º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C635F is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 60 99 95 -
CMYK 0.39 0 0.04 0.61
HSL 173.85º 0.25% 0.31% -
HSV(B) 173.85º 0.39% 0.39% -
XYZ 8.39 10.71 12.45 -
YUV 86.88 132.58 108.83 -
System Red Green Blue C M Y K H S L
Decimal 60 99 95 0.39 0 0.04 0.61 173.85 0.25 0.31
Hex 3C 63 5F 27 0 4 3D AE 19 1F
Octal 74 143 137 47 0 4 75 256 31 37
Binary 111100 1100011 1011111 100111 0 100 111101 10101110 11001 11111

Color Harmonies of #3C635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C635F

Black with #3C635F

Text Example


Text Example

White with #3C635F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,99,95); }

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

background-color css

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

 a { background-color: rgb(60,99,95); }

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

border-color css

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

 span { border-color: rgb(60,99,95); }

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