Html Css Color HEX #365655 Oracle

📋 copy color: '#365655'

red 54 ◦ green 86 ◦ blue 85

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

Shades of Oracle #365655

Tints of Oracle #365655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.22%

 BLUE value IS 85 (33.59% from 255) = 37.78%

R = 24%
G = 38.22%
B = 37.78%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#365655 (or 0x365655) is known color: Oracle. HEX triplet: 36, 56 and 55. RGB value is (54,86,85). Sum of RGB (Red+Green+Blue) = 54+86+85=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 86 - color contains mainly: green. Hex color #365655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365655 is #C9A9AA. Grayscale: #4C4C4C. Windows color (decimal): -13216171 or 5592630. OLE color: 5592630.

HSL color Cylindrical-coordinate representation of color #365655: hue angle of 178.12º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #365655 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB 54 86 85 -
CMYK 0.37 0 0.01 0.66
HSL 178.13º 0.23% 0.27% -
HSV(B) 178.13º 0.37% 0.34% -
XYZ 6.49 8.1 9.81 -
YUV 76.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 54 86 85 0.37 0 0.01 0.66 178.13 0.23 0.27
Hex 36 56 55 25 0 1 42 B2 17 1B
Octal 66 126 125 45 0 1 102 262 27 33
Binary 110110 1010110 1010101 100101 0 1 1000010 10110010 10111 11011

Color Harmonies of #365655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365655

Black with #365655

Text Example


Text Example

White with #365655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365655; }

 p { color: rgb(54,86,85); }

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

background-color css

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

 a { background-color: rgb(54,86,85); }

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

border-color css

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

 span { border-color: rgb(54,86,85); }

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