Html Css Color HEX #38675A Stromboli

📋 copy color: '#38675A'

red 56 ◦ green 103 ◦ blue 90

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

Shades of Stromboli #38675A

Tints of Stromboli #38675A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.37%

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

R = 22.49%
G = 41.37%
B = 36.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#38675A (or 0x38675A) is known color: Stromboli. HEX triplet: 38, 67 and 5A. RGB value is (56,103,90). Sum of RGB (Red+Green+Blue) = 56+103+90=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 103 - color contains mainly: green. Hex color #38675A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38675A is #C798A5. Grayscale: #575757. Windows color (decimal): -13080742 or 5924664. OLE color: 5924664.

HSL color Cylindrical-coordinate representation of color #38675A: hue angle of 163.4º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38675A is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 103 90 -
CMYK 0.46 0 0.13 0.60
HSL 163.4º 0.3% 0.31% -
HSV(B) 163.4º 0.46% 0.4% -
XYZ 8.33 11.28 11.41 -
YUV 87.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 56 103 90 0.46 0 0.13 0.60 163.4 0.3 0.31
Hex 38 67 5A 2E 0 D 3C A3 1E 1F
Octal 70 147 132 56 0 15 74 243 36 37
Binary 111000 1100111 1011010 101110 0 1101 111100 10100011 11110 11111

Color Harmonies of #38675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38675A

Black with #38675A

Text Example


Text Example

White with #38675A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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