Html Css Color HEX #38635F Oracle

📋 copy color: '#38635F'

red 56 ◦ green 99 ◦ blue 95

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

Shades of Oracle #38635F

Tints of Oracle #38635F

RGB

 RED value IS 56 (22.27% from 255) = 22.4%

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

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

R = 22.4%
G = 39.6%
B = 38%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#38635F (or 0x38635F) is known color: Oracle. HEX triplet: 38, 63 and 5F. RGB value is (56,99,95). Sum of RGB (Red+Green+Blue) = 56+99+95=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 99 - color contains mainly: green. Hex color #38635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38635F is #C79CA0. Grayscale: #555555. Windows color (decimal): -13081761 or 6251320. OLE color: 6251320.

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

Color convert

RGB 56 99 95 -
CMYK 0.43 0 0.04 0.61
HSL 174.42º 0.28% 0.3% -
HSV(B) 174.42º 0.43% 0.39% -
XYZ 8.16 10.59 12.44 -
YUV 85.69 133.25 106.83 -
System Red Green Blue C M Y K H S L
Decimal 56 99 95 0.43 0 0.04 0.61 174.42 0.28 0.3
Hex 38 63 5F 2B 0 4 3D AE 1C 1E
Octal 70 143 137 53 0 4 75 256 34 36
Binary 111000 1100011 1011111 101011 0 100 111101 10101110 11100 11110

Color Harmonies of #38635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38635F

Black with #38635F

Text Example


Text Example

White with #38635F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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