Html Css Color HEX #386F27 Bilbao

📋 copy color: '#386F27'

red 56 ◦ green 111 ◦ blue 39

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

Shades of Bilbao #386F27

Tints of Bilbao #386F27

RGB

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

 GREEN value IS 111 (43.75% from 255) = 53.88%

 BLUE value IS 39 (15.63% from 255) = 18.93%

R = 27.18%
G = 53.88%
B = 18.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#386F27 (or 0x386F27) is known color: Bilbao. HEX triplet: 38, 6F and 27. RGB value is (56,111,39). Sum of RGB (Red+Green+Blue) = 56+111+39=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 111 (43.75% from 255 or 53.88% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 111 - color contains mainly: green. Hex color #386F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386F27 is #C790D8. Grayscale: #565656. Windows color (decimal): -13078745 or 2584376. OLE color: 2584376.

HSL color Cylindrical-coordinate representation of color #386F27: hue angle of 105.83º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #386F27 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 111 39 -
CMYK 0.50 0 0.65 0.56
HSL 105.83º 0.48% 0.29% -
HSV(B) 105.83º 0.65% 0.44% -
XYZ 7.68 12.36 3.9 -
YUV 86.35 101.28 106.35 -
System Red Green Blue C M Y K H S L
Decimal 56 111 39 0.50 0 0.65 0.56 105.83 0.48 0.29
Hex 38 6F 27 32 0 41 38 6A 30 1D
Octal 70 157 47 62 0 101 70 152 60 35
Binary 111000 1101111 100111 110010 0 1000001 111000 1101010 110000 11101

Color Harmonies of #386F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F27

Black with #386F27

Text Example


Text Example

White with #386F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,111,39); }

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

background-color css

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

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

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

border-color css

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

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

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