Html Css Color HEX #38725A Stromboli

📋 copy color: '#38725A'

red 56 ◦ green 114 ◦ blue 90

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

Shades of Stromboli #38725A

Tints of Stromboli #38725A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.85%

 BLUE value IS 90 (35.55% from 255) = 34.62%

R = 21.54%
G = 43.85%
B = 34.62%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#38725A (or 0x38725A) is known color: Stromboli. HEX triplet: 38, 72 and 5A. RGB value is (56,114,90). Sum of RGB (Red+Green+Blue) = 56+114+90=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 114 - color contains mainly: green. Hex color #38725A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38725A is #C78DA5. Grayscale: #5D5D5D. Windows color (decimal): -13077926 or 5927480. OLE color: 5927480.

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

Color convert

RGB 56 114 90 -
CMYK 0.51 0 0.21 0.55
HSL 155.17º 0.34% 0.33% -
HSV(B) 155.17º 0.51% 0.45% -
XYZ 9.49 13.61 11.8 -
YUV 93.92 125.78 100.95 -
System Red Green Blue C M Y K H S L
Decimal 56 114 90 0.51 0 0.21 0.55 155.17 0.34 0.33
Hex 38 72 5A 33 0 15 37 9B 22 21
Octal 70 162 132 63 0 25 67 233 42 41
Binary 111000 1110010 1011010 110011 0 10101 110111 10011011 100010 100001

Color Harmonies of #38725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38725A

Black with #38725A

Text Example


Text Example

White with #38725A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38725A; }

 p { color: rgb(56,114,90); }

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

background-color css

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

 a { background-color: rgb(56,114,90); }

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

border-color css

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

 span { border-color: rgb(56,114,90); }

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