Html Css Color HEX #38655C Stromboli

📋 copy color: '#38655C'

red 56 ◦ green 101 ◦ blue 92

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

Shades of Stromboli #38655C

Tints of Stromboli #38655C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.95%

R = 22.49%
G = 40.56%
B = 36.95%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#38655C (or 0x38655C) is known color: Stromboli. HEX triplet: 38, 65 and 5C. RGB value is (56,101,92). Sum of RGB (Red+Green+Blue) = 56+101+92=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 101 - color contains mainly: green. Hex color #38655C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38655C is #C79AA3. Grayscale: #565656. Windows color (decimal): -13081252 or 6055224. OLE color: 6055224.

HSL color Cylindrical-coordinate representation of color #38655C: hue angle of 168º 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 #38655C is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 101 92 -
CMYK 0.45 0 0.09 0.60
HSL 168º 0.29% 0.31% -
HSV(B) 168º 0.45% 0.4% -
XYZ 8.22 10.92 11.8 -
YUV 86.52 131.09 106.23 -
System Red Green Blue C M Y K H S L
Decimal 56 101 92 0.45 0 0.09 0.60 168 0.29 0.31
Hex 38 65 5C 2D 0 9 3C A8 1D 1F
Octal 70 145 134 55 0 11 74 250 35 37
Binary 111000 1100101 1011100 101101 0 1001 111100 10101000 11101 11111

Color Harmonies of #38655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38655C

Black with #38655C

Text Example


Text Example

White with #38655C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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