Html Css Color HEX #38745E Stromboli

📋 copy color: '#38745E'

red 56 ◦ green 116 ◦ blue 94

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

Shades of Stromboli #38745E

Tints of Stromboli #38745E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.61%

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

R = 21.05%
G = 43.61%
B = 35.34%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#38745E (or 0x38745E) is known color: Stromboli. HEX triplet: 38, 74 and 5E. RGB value is (56,116,94). Sum of RGB (Red+Green+Blue) = 56+116+94=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #38745E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38745E is #C78BA1. Grayscale: #5F5F5F. Windows color (decimal): -13077410 or 6190136. OLE color: 6190136.

HSL color Cylindrical-coordinate representation of color #38745E: hue angle of 158º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38745E is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 116 94 -
CMYK 0.52 0 0.19 0.55
HSL 158º 0.35% 0.34% -
HSV(B) 158º 0.52% 0.45% -
XYZ 9.9 14.14 12.8 -
YUV 95.55 127.12 99.79 -
System Red Green Blue C M Y K H S L
Decimal 56 116 94 0.52 0 0.19 0.55 158 0.35 0.34
Hex 38 74 5E 34 0 13 37 9E 23 22
Octal 70 164 136 64 0 23 67 236 43 42
Binary 111000 1110100 1011110 110100 0 10011 110111 10011110 100011 100010

Color Harmonies of #38745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38745E

Black with #38745E

Text Example


Text Example

White with #38745E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,116,94); }

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

background-color css

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

 a { background-color: rgb(56,116,94); }

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

border-color css

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

 span { border-color: rgb(56,116,94); }

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