Html Css Color HEX #33615E Oracle

📋 copy color: '#33615E'

red 51 ◦ green 97 ◦ blue 94

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

Shades of Oracle #33615E

Tints of Oracle #33615E

RGB

 RED value IS 51 (20.31% from 255) = 21.07%

 GREEN value IS 97 (38.28% from 255) = 40.08%

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

R = 21.07%
G = 40.08%
B = 38.84%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#33615E (or 0x33615E) is known color: Oracle. HEX triplet: 33, 61 and 5E. RGB value is (51,97,94). Sum of RGB (Red+Green+Blue) = 51+97+94=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #33615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33615E is #CC9EA1. Grayscale: #525252. Windows color (decimal): -13409954 or 6185267. OLE color: 6185267.

HSL color Cylindrical-coordinate representation of color #33615E: hue angle of 176.09º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #33615E is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 97 94 -
CMYK 0.47 0 0.03 0.62
HSL 176.09º 0.31% 0.29% -
HSV(B) 176.09º 0.47% 0.38% -
XYZ 7.66 10.06 12.13 -
YUV 82.9 134.26 105.24 -
System Red Green Blue C M Y K H S L
Decimal 51 97 94 0.47 0 0.03 0.62 176.09 0.31 0.29
Hex 33 61 5E 2F 0 3 3E B0 1F 1D
Octal 63 141 136 57 0 3 76 260 37 35
Binary 110011 1100001 1011110 101111 0 11 111110 10110000 11111 11101

Color Harmonies of #33615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33615E

Black with #33615E

Text Example


Text Example

White with #33615E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33615E; }

 p { color: rgb(51,97,94); }

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

background-color css

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

 a { background-color: rgb(51,97,94); }

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

border-color css

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

 span { border-color: rgb(51,97,94); }

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