Html Css Color HEX #387F14 Bilbao

📋 copy color: '#387F14'

red 56 ◦ green 127 ◦ blue 20

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

Shades of Bilbao #387F14

Tints of Bilbao #387F14

RGB

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

 GREEN value IS 127 (50% from 255) = 62.56%

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

R = 27.59%
G = 62.56%
B = 9.85%

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

#387F14 (or 0x387F14) is known color: Bilbao. HEX triplet: 38, 7F and 14. RGB value is (56,127,20). Sum of RGB (Red+Green+Blue) = 56+127+20=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 127 (50% from 255 or 62.56% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 127 - color contains mainly: green. Hex color #387F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387F14 is #C780EB. Grayscale: #5D5D5D. Windows color (decimal): -13074668 or 1343288. OLE color: 1343288.

HSL color Cylindrical-coordinate representation of color #387F14: hue angle of 99.81º 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 #387F14 is Cyan = 0.56, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 127 20 -
CMYK 0.56 0 0.84 0.50
HSL 99.81º 0.73% 0.29% -
HSV(B) 99.81º 0.84% 0.5% -
XYZ 9.35 16.07 3.27 -
YUV 93.57 86.48 101.2 -
System Red Green Blue C M Y K H S L
Decimal 56 127 20 0.56 0 0.84 0.50 99.81 0.73 0.29
Hex 38 7F 14 38 0 54 32 64 49 1D
Octal 70 177 24 70 0 124 62 144 111 35
Binary 111000 1111111 10100 111000 0 1010100 110010 1100100 1001001 11101

Color Harmonies of #387F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387F14

Black with #387F14

Text Example


Text Example

White with #387F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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