Html Css Color HEX #388A1C Bilbao

📋 copy color: '#388A1C'

red 56 ◦ green 138 ◦ blue 28

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

Shades of Bilbao #388A1C

Tints of Bilbao #388A1C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 62.16%

 BLUE value IS 28 (11.33% from 255) = 12.61%

R = 25.23%
G = 62.16%
B = 12.61%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#388A1C (or 0x388A1C) is known color: Bilbao. HEX triplet: 38, 8A and 1C. RGB value is (56,138,28). Sum of RGB (Red+Green+Blue) = 56+138+28=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 138 (54.30% from 255 or 62.16% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 138 - color contains mainly: green. Hex color #388A1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388A1C is #C775E3. Grayscale: #656565. Windows color (decimal): -13071844 or 1870392. OLE color: 1870392.

HSL color Cylindrical-coordinate representation of color #388A1C: hue angle of 104.73º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #388A1C is Cyan = 0.59, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 138 28 -
CMYK 0.59 0 0.80 0.46
HSL 104.73º 0.66% 0.33% -
HSV(B) 104.73º 0.8% 0.54% -
XYZ 10.93 19.1 4.21 -
YUV 100.94 86.83 95.94 -
System Red Green Blue C M Y K H S L
Decimal 56 138 28 0.59 0 0.80 0.46 104.73 0.66 0.33
Hex 38 8A 1C 3B 0 50 2E 69 42 21
Octal 70 212 34 73 0 120 56 151 102 41
Binary 111000 10001010 11100 111011 0 1010000 101110 1101001 1000010 100001

Color Harmonies of #388A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388A1C

Black with #388A1C

Text Example


Text Example

White with #388A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388A1C; }

 p { color: rgb(56,138,28); }

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

background-color css

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

 a { background-color: rgb(56,138,28); }

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

border-color css

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

 span { border-color: rgb(56,138,28); }

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