Html Css Color HEX #387C14 Bilbao

📋 copy color: '#387C14'

red 56 ◦ green 124 ◦ blue 20

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

Shades of Bilbao #387C14

Tints of Bilbao #387C14

RGB

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

 GREEN value IS 124 (48.83% from 255) = 62%

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

R = 28%
G = 62%
B = 10%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#387C14 (or 0x387C14) is known color: Bilbao. HEX triplet: 38, 7C and 14. RGB value is (56,124,20). Sum of RGB (Red+Green+Blue) = 56+124+20=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 124 (48.83% from 255 or 62% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 124 - color contains mainly: green. Hex color #387C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387C14 is #C783EB. Grayscale: #5C5C5C. Windows color (decimal): -13075436 or 1342520. OLE color: 1342520.

HSL color Cylindrical-coordinate representation of color #387C14: hue angle of 99.23º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #387C14 is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 124 20 -
CMYK 0.55 0 0.84 0.51
HSL 99.23º 0.72% 0.28% -
HSV(B) 99.23º 0.84% 0.49% -
XYZ 8.96 15.31 3.14 -
YUV 91.81 87.47 102.46 -
System Red Green Blue C M Y K H S L
Decimal 56 124 20 0.55 0 0.84 0.51 99.23 0.72 0.28
Hex 38 7C 14 37 0 54 33 63 48 1C
Octal 70 174 24 67 0 124 63 143 110 34
Binary 111000 1111100 10100 110111 0 1010100 110011 1100011 1001000 11100

Color Harmonies of #387C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C14

Black with #387C14

Text Example


Text Example

White with #387C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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