Html Css Color HEX #365956 Oracle

📋 copy color: '#365956'

red 54 ◦ green 89 ◦ blue 86

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

Shades of Oracle #365956

Tints of Oracle #365956

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.86%

 BLUE value IS 86 (33.98% from 255) = 37.55%

R = 23.58%
G = 38.86%
B = 37.55%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#365956 (or 0x365956) is known color: Oracle. HEX triplet: 36, 59 and 56. RGB value is (54,89,86). Sum of RGB (Red+Green+Blue) = 54+89+86=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #365956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365956 is #C9A6A9. Grayscale: #4E4E4E. Windows color (decimal): -13215402 or 5658934. OLE color: 5658934.

HSL color Cylindrical-coordinate representation of color #365956: hue angle of 174.86º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #365956 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 89 86 -
CMYK 0.39 0 0.03 0.65
HSL 174.86º 0.24% 0.28% -
HSV(B) 174.86º 0.39% 0.35% -
XYZ 6.77 8.6 10.11 -
YUV 78.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 54 89 86 0.39 0 0.03 0.65 174.86 0.24 0.28
Hex 36 59 56 27 0 3 41 AF 18 1C
Octal 66 131 126 47 0 3 101 257 30 34
Binary 110110 1011001 1010110 100111 0 11 1000001 10101111 11000 11100

Color Harmonies of #365956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365956

Black with #365956

Text Example


Text Example

White with #365956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365956; }

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

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

background-color css

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

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

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

border-color css

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

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

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