Html Css Color HEX #388610 Bilbao

📋 copy color: '#388610'

red 56 ◦ green 134 ◦ blue 16

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

Shades of Bilbao #388610

Tints of Bilbao #388610

RGB

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

 GREEN value IS 134 (52.73% from 255) = 65.05%

 BLUE value IS 16 (6.64% from 255) = 7.77%

R = 27.18%
G = 65.05%
B = 7.77%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#388610 (or 0x388610) is known color: Bilbao. HEX triplet: 38, 86 and 10. RGB value is (56,134,16). Sum of RGB (Red+Green+Blue) = 56+134+16=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 134 (52.73% from 255 or 65.05% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 134 - color contains mainly: green. Hex color #388610 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388610 is #C779EF. Grayscale: #616161. Windows color (decimal): -13072880 or 1082936. OLE color: 1082936.

HSL color Cylindrical-coordinate representation of color #388610: hue angle of 99.66º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #388610 is Cyan = 0.58, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 134 16 -
CMYK 0.58 0 0.88 0.47
HSL 99.66º 0.79% 0.29% -
HSV(B) 99.66º 0.88% 0.53% -
XYZ 10.25 17.93 3.41 -
YUV 97.23 82.16 98.59 -
System Red Green Blue C M Y K H S L
Decimal 56 134 16 0.58 0 0.88 0.47 99.66 0.79 0.29
Hex 38 86 10 3A 0 58 2F 64 4F 1D
Octal 70 206 20 72 0 130 57 144 117 35
Binary 111000 10000110 10000 111010 0 1011000 101111 1100100 1001111 11101

Color Harmonies of #388610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388610

Black with #388610

Text Example


Text Example

White with #388610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388610; }

 p { color: rgb(56,134,16); }

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

background-color css

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

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

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

border-color css

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

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

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