Html Css Color HEX #366561 Oracle

📋 copy color: '#366561'

red 54 ◦ green 101 ◦ blue 97

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

Shades of Oracle #366561

Tints of Oracle #366561

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.08%

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

R = 21.43%
G = 40.08%
B = 38.49%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#366561 (or 0x366561) is known color: Oracle. HEX triplet: 36, 65 and 61. RGB value is (54,101,97). Sum of RGB (Red+Green+Blue) = 54+101+97=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 101 - color contains mainly: green. Hex color #366561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366561 is #C99A9E. Grayscale: #565656. Windows color (decimal): -13212319 or 6382902. OLE color: 6382902.

HSL color Cylindrical-coordinate representation of color #366561: hue angle of 174.89º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #366561 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB 54 101 97 -
CMYK 0.47 0 0.04 0.60
HSL 174.89º 0.3% 0.3% -
HSV(B) 174.89º 0.47% 0.4% -
XYZ 8.33 10.95 12.98 -
YUV 86.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 54 101 97 0.47 0 0.04 0.60 174.89 0.3 0.3
Hex 36 65 61 2F 0 4 3C AF 1E 1E
Octal 66 145 141 57 0 4 74 257 36 36
Binary 110110 1100101 1100001 101111 0 100 111100 10101111 11110 11110

Color Harmonies of #366561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366561

Black with #366561

Text Example


Text Example

White with #366561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366561; }

 p { color: rgb(54,101,97); }

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

background-color css

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

 a { background-color: rgb(54,101,97); }

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

border-color css

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

 span { border-color: rgb(54,101,97); }

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