Html Css Color HEX #387719 Bilbao

📋 copy color: '#387719'

red 56 ◦ green 119 ◦ blue 25

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

Shades of Bilbao #387719

Tints of Bilbao #387719

RGB

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

 GREEN value IS 119 (46.88% from 255) = 59.5%

 BLUE value IS 25 (10.16% from 255) = 12.5%

R = 28%
G = 59.5%
B = 12.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#387719 (or 0x387719) is known color: Bilbao. HEX triplet: 38, 77 and 19. RGB value is (56,119,25). Sum of RGB (Red+Green+Blue) = 56+119+25=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 119 (46.88% from 255 or 59.5% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 119 - color contains mainly: green. Hex color #387719 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387719 is #C788E6. Grayscale: #595959. Windows color (decimal): -13076711 or 1668920. OLE color: 1668920.

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

Color convert

RGB 56 119 25 -
CMYK 0.53 0 0.79 0.53
HSL 100.21º 0.65% 0.28% -
HSV(B) 100.21º 0.79% 0.47% -
XYZ 8.4 14.1 3.2 -
YUV 89.45 91.63 104.14 -
System Red Green Blue C M Y K H S L
Decimal 56 119 25 0.53 0 0.79 0.53 100.21 0.65 0.28
Hex 38 77 19 35 0 4F 35 64 41 1C
Octal 70 167 31 65 0 117 65 144 101 34
Binary 111000 1110111 11001 110101 0 1001111 110101 1100100 1000001 11100

Color Harmonies of #387719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387719

Black with #387719

Text Example


Text Example

White with #387719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387719; }

 p { color: rgb(56,119,25); }

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

background-color css

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

 a { background-color: rgb(56,119,25); }

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

border-color css

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

 span { border-color: rgb(56,119,25); }

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