Html Css Color HEX #387F13 Bilbao

📋 copy color: '#387F13'

red 56 ◦ green 127 ◦ blue 19

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

Shades of Bilbao #387F13

Tints of Bilbao #387F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.41%

R = 27.72%
G = 62.87%
B = 9.41%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#387F13 (or 0x387F13) is known color: Bilbao. HEX triplet: 38, 7F and 13. RGB value is (56,127,19). Sum of RGB (Red+Green+Blue) = 56+127+19=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 127 (50% from 255 or 62.87% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 127 - color contains mainly: green. Hex color #387F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387F13 is #C780EC. Grayscale: #5D5D5D. Windows color (decimal): -13074669 or 1277752. OLE color: 1277752.

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

Color convert

RGB 56 127 19 -
CMYK 0.56 0 0.85 0.50
HSL 99.44º 0.74% 0.29% -
HSV(B) 99.44º 0.85% 0.5% -
XYZ 9.34 16.07 3.23 -
YUV 93.46 85.98 101.28 -
System Red Green Blue C M Y K H S L
Decimal 56 127 19 0.56 0 0.85 0.50 99.44 0.74 0.29
Hex 38 7F 13 38 0 55 32 63 4A 1D
Octal 70 177 23 70 0 125 62 143 112 35
Binary 111000 1111111 10011 111000 0 1010101 110010 1100011 1001010 11101

Color Harmonies of #387F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387F13

Black with #387F13

Text Example


Text Example

White with #387F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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