Html Css Color HEX #387728 Bilbao

📋 copy color: '#387728'

red 56 ◦ green 119 ◦ blue 40

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

Shades of Bilbao #387728

Tints of Bilbao #387728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.6%

R = 26.05%
G = 55.35%
B = 18.6%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#387728 (or 0x387728) is known color: Bilbao. HEX triplet: 38, 77 and 28. RGB value is (56,119,40). Sum of RGB (Red+Green+Blue) = 56+119+40=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 119 (46.88% from 255 or 55.35% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 119 - color contains mainly: green. Hex color #387728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387728 is #C788D7. Grayscale: #5B5B5B. Windows color (decimal): -13076696 or 2651960. OLE color: 2651960.

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

Color convert

RGB 56 119 40 -
CMYK 0.53 0 0.66 0.53
HSL 107.85º 0.5% 0.31% -
HSV(B) 107.85º 0.66% 0.47% -
XYZ 8.61 14.19 4.29 -
YUV 91.16 99.13 102.92 -
System Red Green Blue C M Y K H S L
Decimal 56 119 40 0.53 0 0.66 0.53 107.85 0.5 0.31
Hex 38 77 28 35 0 42 35 6C 32 1F
Octal 70 167 50 65 0 102 65 154 62 37
Binary 111000 1110111 101000 110101 0 1000010 110101 1101100 110010 11111

Color Harmonies of #387728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387728

Black with #387728

Text Example


Text Example

White with #387728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387728; }

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

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

background-color css

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

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

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

border-color css

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

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

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