Html Css Color HEX #388416 Bilbao

📋 copy color: '#388416'

red 56 ◦ green 132 ◦ blue 22

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

Shades of Bilbao #388416

Tints of Bilbao #388416

RGB

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

 GREEN value IS 132 (51.95% from 255) = 62.86%

 BLUE value IS 22 (8.98% from 255) = 10.48%

R = 26.67%
G = 62.86%
B = 10.48%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#388416 (or 0x388416) is known color: Bilbao. HEX triplet: 38, 84 and 16. RGB value is (56,132,22). Sum of RGB (Red+Green+Blue) = 56+132+22=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 132 (51.95% from 255 or 62.86% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 132 - color contains mainly: green. Hex color #388416 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388416 is #C77BE9. Grayscale: #616161. Windows color (decimal): -13073386 or 1475640. OLE color: 1475640.

HSL color Cylindrical-coordinate representation of color #388416: hue angle of 101.45º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #388416 is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 132 22 -
CMYK 0.58 0 0.83 0.48
HSL 101.45º 0.71% 0.3% -
HSV(B) 101.45º 0.83% 0.52% -
XYZ 10.03 17.4 3.59 -
YUV 96.74 85.82 98.94 -
System Red Green Blue C M Y K H S L
Decimal 56 132 22 0.58 0 0.83 0.48 101.45 0.71 0.3
Hex 38 84 16 3A 0 53 30 65 47 1E
Octal 70 204 26 72 0 123 60 145 107 36
Binary 111000 10000100 10110 111010 0 1010011 110000 1100101 1000111 11110

Color Harmonies of #388416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388416

Black with #388416

Text Example


Text Example

White with #388416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388416; }

 p { color: rgb(56,132,22); }

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

background-color css

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

 a { background-color: rgb(56,132,22); }

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

border-color css

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

 span { border-color: rgb(56,132,22); }

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