Html Css Color HEX #386F13 Bilbao

📋 copy color: '#386F13'

red 56 ◦ green 111 ◦ blue 19

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

Shades of Bilbao #386F13

Tints of Bilbao #386F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.22%

R = 30.11%
G = 59.68%
B = 10.22%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#386F13 (or 0x386F13) is known color: Bilbao. HEX triplet: 38, 6F and 13. RGB value is (56,111,19). Sum of RGB (Red+Green+Blue) = 56+111+19=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 111 (43.75% from 255 or 59.68% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 111 - color contains mainly: green. Hex color #386F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386F13 is #C790EC. Grayscale: #545454. Windows color (decimal): -13078765 or 1273656. OLE color: 1273656.

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

Color convert

RGB 56 111 19 -
CMYK 0.50 0 0.83 0.56
HSL 95.87º 0.71% 0.25% -
HSV(B) 95.87º 0.83% 0.44% -
XYZ 7.43 12.26 2.59 -
YUV 84.07 91.28 107.98 -
System Red Green Blue C M Y K H S L
Decimal 56 111 19 0.50 0 0.83 0.56 95.87 0.71 0.25
Hex 38 6F 13 32 0 53 38 60 47 19
Octal 70 157 23 62 0 123 70 140 107 31
Binary 111000 1101111 10011 110010 0 1010011 111000 1100000 1000111 11001

Color Harmonies of #386F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F13

Black with #386F13

Text Example


Text Example

White with #386F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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