Html Css Color HEX #305956 Oracle

📋 copy color: '#305956'

red 48 ◦ green 89 ◦ blue 86

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

Shades of Oracle #305956

Tints of Oracle #305956

RGB

 RED value IS 48 (19.14% from 255) = 21.52%

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

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

R = 21.52%
G = 39.91%
B = 38.57%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#305956 (or 0x305956) is known color: Oracle. HEX triplet: 30, 59 and 56. RGB value is (48,89,86). Sum of RGB (Red+Green+Blue) = 48+89+86=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 89 - color contains mainly: green. Hex color #305956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305956 is #CFA6A9. Grayscale: #4C4C4C. Windows color (decimal): -13608618 or 5658928. OLE color: 5658928.

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

Color convert

RGB 48 89 86 -
CMYK 0.46 0 0.03 0.65
HSL 175.61º 0.3% 0.27% -
HSV(B) 175.61º 0.46% 0.35% -
XYZ 6.47 8.45 10.09 -
YUV 76.4 133.42 107.74 -
System Red Green Blue C M Y K H S L
Decimal 48 89 86 0.46 0 0.03 0.65 175.61 0.3 0.27
Hex 30 59 56 2E 0 3 41 B0 1E 1B
Octal 60 131 126 56 0 3 101 260 36 33
Binary 110000 1011001 1010110 101110 0 11 1000001 10110000 11110 11011

Color Harmonies of #305956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305956

Black with #305956

Text Example


Text Example

White with #305956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305956; }

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

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

background-color css

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

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

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

border-color css

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

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

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