Html Css Color HEX #386152 Spectra

📋 copy color: '#386152'

red 56 ◦ green 97 ◦ blue 82

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

Shades of Spectra #386152

Tints of Spectra #386152

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.28%

 BLUE value IS 82 (32.42% from 255) = 34.89%

R = 23.83%
G = 41.28%
B = 34.89%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#386152 (or 0x386152) is known color: Spectra. HEX triplet: 38, 61 and 52. RGB value is (56,97,82). Sum of RGB (Red+Green+Blue) = 56+97+82=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #386152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386152 is #C79EAD. Grayscale: #535353. Windows color (decimal): -13082286 or 5398840. OLE color: 5398840.

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

Color convert

RGB 56 97 82 -
CMYK 0.42 0 0.15 0.62
HSL 158.05º 0.27% 0.3% -
HSV(B) 158.05º 0.42% 0.38% -
XYZ 7.43 10 9.52 -
YUV 83.03 127.42 108.72 -
System Red Green Blue C M Y K H S L
Decimal 56 97 82 0.42 0 0.15 0.62 158.05 0.27 0.3
Hex 38 61 52 2A 0 F 3E 9E 1B 1E
Octal 70 141 122 52 0 17 76 236 33 36
Binary 111000 1100001 1010010 101010 0 1111 111110 10011110 11011 11110

Color Harmonies of #386152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386152

Black with #386152

Text Example


Text Example

White with #386152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386152; }

 p { color: rgb(56,97,82); }

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

background-color css

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

 a { background-color: rgb(56,97,82); }

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

border-color css

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

 span { border-color: rgb(56,97,82); }

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