Html Css Color HEX #3D635E Oracle

📋 copy color: '#3D635E'

red 61 ◦ green 99 ◦ blue 94

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

Shades of Oracle #3D635E

Tints of Oracle #3D635E

RGB

 RED value IS 61 (24.22% from 255) = 24.02%

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

 BLUE value IS 94 (37.11% from 255) = 37.01%

R = 24.02%
G = 38.98%
B = 37.01%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#3D635E (or 0x3D635E) is known color: Oracle. HEX triplet: 3D, 63 and 5E. RGB value is (61,99,94). Sum of RGB (Red+Green+Blue) = 61+99+94=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 99 - color contains mainly: green. Hex color #3D635E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D635E is #C29CA1. Grayscale: #575757. Windows color (decimal): -12754082 or 6185789. OLE color: 6185789.

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

Color convert

RGB 61 99 94 -
CMYK 0.38 0 0.05 0.61
HSL 172.11º 0.24% 0.31% -
HSV(B) 172.11º 0.38% 0.39% -
XYZ 8.41 10.72 12.22 -
YUV 87.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 61 99 94 0.38 0 0.05 0.61 172.11 0.24 0.31
Hex 3D 63 5E 26 0 5 3D AC 18 1F
Octal 75 143 136 46 0 5 75 254 30 37
Binary 111101 1100011 1011110 100110 0 101 111101 10101100 11000 11111

Color Harmonies of #3D635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D635E

Black with #3D635E

Text Example


Text Example

White with #3D635E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,99,94); }

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

background-color css

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

 a { background-color: rgb(61,99,94); }

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

border-color css

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

 span { border-color: rgb(61,99,94); }

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