Html Css Color HEX #386938 San Felix

📋 copy color: '#386938'

red 56 ◦ green 105 ◦ blue 56

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

Shades of San Felix #386938

Tints of San Felix #386938

RGB

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

 GREEN value IS 105 (41.41% from 255) = 48.39%

 BLUE value IS 56 (22.27% from 255) = 25.81%

R = 25.81%
G = 48.39%
B = 25.81%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#386938 (or 0x386938) is known color: San Felix. HEX triplet: 38, 69 and 38. RGB value is (56,105,56). Sum of RGB (Red+Green+Blue) = 56+105+56=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 105 (41.41% from 255 or 48.39% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 105 - color contains mainly: green. Hex color #386938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386938 is #C796C7. Grayscale: #545454. Windows color (decimal): -13080264 or 3696952. OLE color: 3696952.

HSL color Cylindrical-coordinate representation of color #386938: hue angle of 120º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386938 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 105 56 -
CMYK 0.47 0 0.47 0.59
HSL 120º 0.3% 0.32% -
HSV(B) 120º 0.47% 0.41% -
XYZ 7.4 11.23 5.52 -
YUV 84.76 111.77 107.48 -
System Red Green Blue C M Y K H S L
Decimal 56 105 56 0.47 0 0.47 0.59 120 0.3 0.32
Hex 38 69 38 2F 0 2F 3B 78 1E 20
Octal 70 151 70 57 0 57 73 170 36 40
Binary 111000 1101001 111000 101111 0 101111 111011 1111000 11110 100000

Color Harmonies of #386938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386938

Black with #386938

Text Example


Text Example

White with #386938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386938; }

 p { color: rgb(56,105,56); }

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

background-color css

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

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

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

border-color css

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

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

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