Html Css Color HEX #38655B Stromboli

📋 copy color: '#38655B'

red 56 ◦ green 101 ◦ blue 91

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

Shades of Stromboli #38655B

Tints of Stromboli #38655B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.73%

 BLUE value IS 91 (35.94% from 255) = 36.69%

R = 22.58%
G = 40.73%
B = 36.69%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#38655B (or 0x38655B) is known color: Stromboli. HEX triplet: 38, 65 and 5B. RGB value is (56,101,91). Sum of RGB (Red+Green+Blue) = 56+101+91=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 101 - color contains mainly: green. Hex color #38655B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38655B is #C79AA4. Grayscale: #565656. Windows color (decimal): -13081253 or 5989688. OLE color: 5989688.

HSL color Cylindrical-coordinate representation of color #38655B: hue angle of 166.67º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #38655B is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 101 91 -
CMYK 0.45 0 0.10 0.60
HSL 166.67º 0.29% 0.31% -
HSV(B) 166.67º 0.45% 0.4% -
XYZ 8.17 10.9 11.57 -
YUV 86.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 56 101 91 0.45 0 0.10 0.60 166.67 0.29 0.31
Hex 38 65 5B 2D 0 A 3C A7 1D 1F
Octal 70 145 133 55 0 12 74 247 35 37
Binary 111000 1100101 1011011 101101 0 1010 111100 10100111 11101 11111

Color Harmonies of #38655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38655B

Black with #38655B

Text Example


Text Example

White with #38655B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38655B; }

 p { color: rgb(56,101,91); }

 H1.HeaderClassName
 {
   color: #38655B;
 }
 .AnyTagClassName
 {
   color: #38655B;
 }
</style>

background-color css

<style>
 a { background-color: #38655B; }

 a { background-color: rgb(56,101,91); }

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

border-color css

<style>
 span { border-color: #38655B; }

 span { border-color: rgb(56,101,91); }

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