Html Css Color HEX #38735E Stromboli

📋 copy color: '#38735E'

red 56 ◦ green 115 ◦ blue 94

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

Shades of Stromboli #38735E

Tints of Stromboli #38735E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.4%

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

R = 21.13%
G = 43.4%
B = 35.47%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#38735E (or 0x38735E) is known color: Stromboli. HEX triplet: 38, 73 and 5E. RGB value is (56,115,94). Sum of RGB (Red+Green+Blue) = 56+115+94=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 115 - color contains mainly: green. Hex color #38735E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38735E is #C78CA1. Grayscale: #5E5E5E. Windows color (decimal): -13077666 or 6189880. OLE color: 6189880.

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

Color convert

RGB 56 115 94 -
CMYK 0.51 0 0.18 0.55
HSL 158.64º 0.35% 0.34% -
HSV(B) 158.64º 0.51% 0.45% -
XYZ 9.78 13.91 12.76 -
YUV 94.97 127.45 100.21 -
System Red Green Blue C M Y K H S L
Decimal 56 115 94 0.51 0 0.18 0.55 158.64 0.35 0.34
Hex 38 73 5E 33 0 12 37 9F 23 22
Octal 70 163 136 63 0 22 67 237 43 42
Binary 111000 1110011 1011110 110011 0 10010 110111 10011111 100011 100010

Color Harmonies of #38735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38735E

Black with #38735E

Text Example


Text Example

White with #38735E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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