Html Css Color HEX #38645A Stromboli

📋 copy color: '#38645A'

red 56 ◦ green 100 ◦ blue 90

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

Shades of Stromboli #38645A

Tints of Stromboli #38645A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.65%

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

R = 22.76%
G = 40.65%
B = 36.59%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#38645A (or 0x38645A) is known color: Stromboli. HEX triplet: 38, 64 and 5A. RGB value is (56,100,90). Sum of RGB (Red+Green+Blue) = 56+100+90=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 100 - color contains mainly: green. Hex color #38645A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38645A is #C79BA5. Grayscale: #555555. Windows color (decimal): -13081510 or 5923896. OLE color: 5923896.

HSL color Cylindrical-coordinate representation of color #38645A: hue angle of 166.36º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #38645A is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 100 90 -
CMYK 0.44 0 0.10 0.61
HSL 166.36º 0.28% 0.31% -
HSV(B) 166.36º 0.44% 0.39% -
XYZ 8.03 10.69 11.31 -
YUV 85.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 56 100 90 0.44 0 0.10 0.61 166.36 0.28 0.31
Hex 38 64 5A 2C 0 A 3D A6 1C 1F
Octal 70 144 132 54 0 12 75 246 34 37
Binary 111000 1100100 1011010 101100 0 1010 111101 10100110 11100 11111

Color Harmonies of #38645A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38645A

Black with #38645A

Text Example


Text Example

White with #38645A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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