Html Css Color HEX #386B0F Bilbao

📋 copy color: '#386B0F'

red 56 ◦ green 107 ◦ blue 15

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

Shades of Bilbao #386B0F

Tints of Bilbao #386B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.43%

R = 31.46%
G = 60.11%
B = 8.43%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#386B0F (or 0x386B0F) is known color: Bilbao. HEX triplet: 38, 6B and 0F. RGB value is (56,107,15). Sum of RGB (Red+Green+Blue) = 56+107+15=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 107 (42.19% from 255 or 60.11% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 107 - color contains mainly: green. Hex color #386B0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386B0F is #C794F0. Grayscale: #515151. Windows color (decimal): -13079793 or 1010488. OLE color: 1010488.

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

Color convert

RGB 56 107 15 -
CMYK 0.48 0 0.86 0.58
HSL 93.26º 0.75% 0.24% -
HSV(B) 93.26º 0.86% 0.42% -
XYZ 6.97 11.39 2.28 -
YUV 81.26 90.6 109.98 -
System Red Green Blue C M Y K H S L
Decimal 56 107 15 0.48 0 0.86 0.58 93.26 0.75 0.24
Hex 38 6B F 30 0 56 3A 5D 4B 18
Octal 70 153 17 60 0 126 72 135 113 30
Binary 111000 1101011 1111 110000 0 1010110 111010 1011101 1001011 11000

Color Harmonies of #386B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386B0F

Black with #386B0F

Text Example


Text Example

White with #386B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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