Html Css Color HEX #33625F Oracle

📋 copy color: '#33625F'

red 51 ◦ green 98 ◦ blue 95

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

Shades of Oracle #33625F

Tints of Oracle #33625F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.16%

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

R = 20.9%
G = 40.16%
B = 38.93%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#33625F (or 0x33625F) is known color: Oracle. HEX triplet: 33, 62 and 5F. RGB value is (51,98,95). Sum of RGB (Red+Green+Blue) = 51+98+95=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 98 - color contains mainly: green. Hex color #33625F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33625F is #CC9DA0. Grayscale: #535353. Windows color (decimal): -13409697 or 6251059. OLE color: 6251059.

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

Color convert

RGB 51 98 95 -
CMYK 0.48 0 0.03 0.62
HSL 176.17º 0.32% 0.29% -
HSV(B) 176.17º 0.48% 0.38% -
XYZ 7.8 10.27 12.4 -
YUV 83.61 134.43 104.74 -
System Red Green Blue C M Y K H S L
Decimal 51 98 95 0.48 0 0.03 0.62 176.17 0.32 0.29
Hex 33 62 5F 30 0 3 3E B0 20 1D
Octal 63 142 137 60 0 3 76 260 40 35
Binary 110011 1100010 1011111 110000 0 11 111110 10110000 100000 11101

Color Harmonies of #33625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33625F

Black with #33625F

Text Example


Text Example

White with #33625F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,98,95); }

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

background-color css

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

 a { background-color: rgb(51,98,95); }

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

border-color css

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

 span { border-color: rgb(51,98,95); }

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