Html Css Color HEX #36645F Oracle

📋 copy color: '#36645F'

red 54 ◦ green 100 ◦ blue 95

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

Shades of Oracle #36645F

Tints of Oracle #36645F

RGB

 RED value IS 54 (21.48% from 255) = 21.69%

 GREEN value IS 100 (39.45% from 255) = 40.16%

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

R = 21.69%
G = 40.16%
B = 38.15%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#36645F (or 0x36645F) is known color: Oracle. HEX triplet: 36, 64 and 5F. RGB value is (54,100,95). Sum of RGB (Red+Green+Blue) = 54+100+95=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 100 - color contains mainly: green. Hex color #36645F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36645F is #C99BA0. Grayscale: #555555. Windows color (decimal): -13212577 or 6251574. OLE color: 6251574.

HSL color Cylindrical-coordinate representation of color #36645F: hue angle of 173.48º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #36645F is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 54 100 95 -
CMYK 0.46 0 0.05 0.61
HSL 173.48º 0.3% 0.3% -
HSV(B) 173.48º 0.46% 0.39% -
XYZ 8.14 10.72 12.47 -
YUV 85.68 133.26 105.41 -
System Red Green Blue C M Y K H S L
Decimal 54 100 95 0.46 0 0.05 0.61 173.48 0.3 0.3
Hex 36 64 5F 2E 0 5 3D AD 1E 1E
Octal 66 144 137 56 0 5 75 255 36 36
Binary 110110 1100100 1011111 101110 0 101 111101 10101101 11110 11110

Color Harmonies of #36645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36645F

Black with #36645F

Text Example


Text Example

White with #36645F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36645F; }

 p { color: rgb(54,100,95); }

 H1.HeaderClassName
 {
   color: #36645F;
 }
 .AnyTagClassName
 {
   color: #36645F;
 }
</style>

background-color css

<style>
 a { background-color: #36645F; }

 a { background-color: rgb(54,100,95); }

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

border-color css

<style>
 span { border-color: #36645F; }

 span { border-color: rgb(54,100,95); }

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