Html Css Color HEX #3F635F Oracle

📋 copy color: '#3F635F'

red 63 ◦ green 99 ◦ blue 95

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

Shades of Oracle #3F635F

Tints of Oracle #3F635F

RGB

 RED value IS 63 (25% from 255) = 24.51%

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

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

R = 24.51%
G = 38.52%
B = 36.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#3F635F (or 0x3F635F) is known color: Oracle. HEX triplet: 3F, 63 and 5F. RGB value is (63,99,95). Sum of RGB (Red+Green+Blue) = 63+99+95=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 99 - color contains mainly: green. Hex color #3F635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F635F is #C09CA0. Grayscale: #575757. Windows color (decimal): -12623009 or 6251327. OLE color: 6251327.

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

Color convert

RGB 63 99 95 -
CMYK 0.36 0 0.04 0.61
HSL 173.33º 0.22% 0.32% -
HSV(B) 173.33º 0.36% 0.39% -
XYZ 8.58 10.81 12.46 -
YUV 87.78 132.07 110.33 -
System Red Green Blue C M Y K H S L
Decimal 63 99 95 0.36 0 0.04 0.61 173.33 0.22 0.32
Hex 3F 63 5F 24 0 4 3D AD 16 20
Octal 77 143 137 44 0 4 75 255 26 40
Binary 111111 1100011 1011111 100100 0 100 111101 10101101 10110 100000

Color Harmonies of #3F635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F635F

Black with #3F635F

Text Example


Text Example

White with #3F635F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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