Html Css Color HEX #37635F Oracle

📋 copy color: '#37635F'

red 55 ◦ green 99 ◦ blue 95

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

Shades of Oracle #37635F

Tints of Oracle #37635F

RGB

 RED value IS 55 (21.88% from 255) = 22.09%

 GREEN value IS 99 (39.06% from 255) = 39.76%

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

R = 22.09%
G = 39.76%
B = 38.15%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#37635F (or 0x37635F) is known color: Oracle. HEX triplet: 37, 63 and 5F. RGB value is (55,99,95). Sum of RGB (Red+Green+Blue) = 55+99+95=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 99 - color contains mainly: green. Hex color #37635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37635F is #C89CA0. Grayscale: #555555. Windows color (decimal): -13147297 or 6251319. OLE color: 6251319.

HSL color Cylindrical-coordinate representation of color #37635F: hue angle of 174.55º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #37635F is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 99 95 -
CMYK 0.44 0 0.04 0.61
HSL 174.55º 0.29% 0.3% -
HSV(B) 174.55º 0.44% 0.39% -
XYZ 8.1 10.56 12.44 -
YUV 85.39 133.42 106.33 -
System Red Green Blue C M Y K H S L
Decimal 55 99 95 0.44 0 0.04 0.61 174.55 0.29 0.3
Hex 37 63 5F 2C 0 4 3D AF 1D 1E
Octal 67 143 137 54 0 4 75 257 35 36
Binary 110111 1100011 1011111 101100 0 100 111101 10101111 11101 11110

Color Harmonies of #37635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37635F

Black with #37635F

Text Example


Text Example

White with #37635F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,99,95); }

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

background-color css

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

 a { background-color: rgb(55,99,95); }

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

border-color css

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

 span { border-color: rgb(55,99,95); }

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