Html Css Color HEX #387428 Bilbao

📋 copy color: '#387428'

red 56 ◦ green 116 ◦ blue 40

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

Shades of Bilbao #387428

Tints of Bilbao #387428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 54.72%

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

R = 26.42%
G = 54.72%
B = 18.87%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#387428 (or 0x387428) is known color: Bilbao. HEX triplet: 38, 74 and 28. RGB value is (56,116,40). Sum of RGB (Red+Green+Blue) = 56+116+40=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 116 (45.70% from 255 or 54.72% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 116 - color contains mainly: green. Hex color #387428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387428 is #C78BD7. Grayscale: #595959. Windows color (decimal): -13077464 or 2651192. OLE color: 2651192.

HSL color Cylindrical-coordinate representation of color #387428: hue angle of 107.37º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #387428 is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 116 40 -
CMYK 0.52 0 0.66 0.55
HSL 107.37º 0.49% 0.31% -
HSV(B) 107.37º 0.66% 0.45% -
XYZ 8.26 13.48 4.17 -
YUV 89.4 100.12 104.18 -
System Red Green Blue C M Y K H S L
Decimal 56 116 40 0.52 0 0.66 0.55 107.37 0.49 0.31
Hex 38 74 28 34 0 42 37 6B 31 1F
Octal 70 164 50 64 0 102 67 153 61 37
Binary 111000 1110100 101000 110100 0 1000010 110111 1101011 110001 11111

Color Harmonies of #387428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387428

Black with #387428

Text Example


Text Example

White with #387428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387428; }

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

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

background-color css

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

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

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

border-color css

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

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

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