Html Css Color HEX #386B3A San Felix

📋 copy color: '#386B3A'

red 56 ◦ green 107 ◦ blue 58

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

Shades of San Felix #386B3A

Tints of San Felix #386B3A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 48.42%

 BLUE value IS 58 (23.05% from 255) = 26.24%

R = 25.34%
G = 48.42%
B = 26.24%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#386B3A (or 0x386B3A) is known color: San Felix. HEX triplet: 38, 6B and 3A. RGB value is (56,107,58). Sum of RGB (Red+Green+Blue) = 56+107+58=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 107 (42.19% from 255 or 48.42% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 107 - color contains mainly: green. Hex color #386B3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386B3A is #C794C5. Grayscale: #565656. Windows color (decimal): -13079750 or 3828536. OLE color: 3828536.

HSL color Cylindrical-coordinate representation of color #386B3A: hue angle of 122.35º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #386B3A is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 107 58 -
CMYK 0.48 0 0.46 0.58
HSL 122.35º 0.31% 0.32% -
HSV(B) 122.35º 0.48% 0.42% -
XYZ 7.65 11.66 5.85 -
YUV 86.17 112.1 106.48 -
System Red Green Blue C M Y K H S L
Decimal 56 107 58 0.48 0 0.46 0.58 122.35 0.31 0.32
Hex 38 6B 3A 30 0 2E 3A 7A 1F 20
Octal 70 153 72 60 0 56 72 172 37 40
Binary 111000 1101011 111010 110000 0 101110 111010 1111010 11111 100000

Color Harmonies of #386B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386B3A

Black with #386B3A

Text Example


Text Example

White with #386B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386B3A; }

 p { color: rgb(56,107,58); }

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

background-color css

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

 a { background-color: rgb(56,107,58); }

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

border-color css

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

 span { border-color: rgb(56,107,58); }

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