Html Css Color HEX #38625A Stromboli

📋 copy color: '#38625A'

red 56 ◦ green 98 ◦ blue 90

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

Shades of Stromboli #38625A

Tints of Stromboli #38625A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.16%

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

R = 22.95%
G = 40.16%
B = 36.89%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#38625A (or 0x38625A) is known color: Stromboli. HEX triplet: 38, 62 and 5A. RGB value is (56,98,90). Sum of RGB (Red+Green+Blue) = 56+98+90=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 98 - color contains mainly: green. Hex color #38625A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38625A is #C79DA5. Grayscale: #545454. Windows color (decimal): -13082022 or 5923384. OLE color: 5923384.

HSL color Cylindrical-coordinate representation of color #38625A: hue angle of 168.57º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #38625A is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 98 90 -
CMYK 0.43 0 0.08 0.62
HSL 168.57º 0.27% 0.3% -
HSV(B) 168.57º 0.43% 0.38% -
XYZ 7.84 10.31 11.25 -
YUV 84.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 56 98 90 0.43 0 0.08 0.62 168.57 0.27 0.3
Hex 38 62 5A 2B 0 8 3E A9 1B 1E
Octal 70 142 132 53 0 10 76 251 33 36
Binary 111000 1100010 1011010 101011 0 1000 111110 10101001 11011 11110

Color Harmonies of #38625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38625A

Black with #38625A

Text Example


Text Example

White with #38625A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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