Html Css Color HEX #388014 Bilbao

📋 copy color: '#388014'

red 56 ◦ green 128 ◦ blue 20

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

Shades of Bilbao #388014

Tints of Bilbao #388014

RGB

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

 GREEN value IS 128 (50.39% from 255) = 62.75%

 BLUE value IS 20 (8.2% from 255) = 9.8%

R = 27.45%
G = 62.75%
B = 9.8%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#388014 (or 0x388014) is known color: Bilbao. HEX triplet: 38, 80 and 14. RGB value is (56,128,20). Sum of RGB (Red+Green+Blue) = 56+128+20=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 128 (50.39% from 255 or 62.75% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 128 - color contains mainly: green. Hex color #388014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388014 is #C77FEB. Grayscale: #5E5E5E. Windows color (decimal): -13074412 or 1343544. OLE color: 1343544.

HSL color Cylindrical-coordinate representation of color #388014: hue angle of 100º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #388014 is Cyan = 0.56, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 128 20 -
CMYK 0.56 0 0.84 0.50
HSL 100º 0.73% 0.29% -
HSV(B) 100º 0.84% 0.5% -
XYZ 9.48 16.33 3.31 -
YUV 94.16 86.15 100.78 -
System Red Green Blue C M Y K H S L
Decimal 56 128 20 0.56 0 0.84 0.50 100 0.73 0.29
Hex 38 80 14 38 0 54 32 64 49 1D
Octal 70 200 24 70 0 124 62 144 111 35
Binary 111000 10000000 10100 111000 0 1010100 110010 1100100 1001001 11101

Color Harmonies of #388014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388014

Black with #388014

Text Example


Text Example

White with #388014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388014; }

 p { color: rgb(56,128,20); }

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

background-color css

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

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

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

border-color css

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

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

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