Html Css Color HEX #388406 Bilbao

📋 copy color: '#388406'

red 56 ◦ green 132 ◦ blue 6

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

Shades of Bilbao #388406

Tints of Bilbao #388406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.09%

R = 28.87%
G = 68.04%
B = 3.09%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#388406 (or 0x388406) is known color: Bilbao. HEX triplet: 38, 84 and 06. RGB value is (56,132,6). Sum of RGB (Red+Green+Blue) = 56+132+6=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 132 (51.95% from 255 or 68.04% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 132 - color contains mainly: green. Hex color #388406 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388406 is #C77BF9. Grayscale: #5F5F5F. Windows color (decimal): -13073402 or 427064. OLE color: 427064.

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

Color convert

RGB 56 132 6 -
CMYK 0.58 0 0.95 0.48
HSL 96.19º 0.91% 0.27% -
HSV(B) 96.19º 0.95% 0.52% -
XYZ 9.92 17.36 3 -
YUV 94.91 77.82 100.25 -
System Red Green Blue C M Y K H S L
Decimal 56 132 6 0.58 0 0.95 0.48 96.19 0.91 0.27
Hex 38 84 6 3A 0 5F 30 60 5B 1B
Octal 70 204 6 72 0 137 60 140 133 33
Binary 111000 10000100 110 111010 0 1011111 110000 1100000 1011011 11011

Color Harmonies of #388406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388406

Black with #388406

Text Example


Text Example

White with #388406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388406; }

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

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

background-color css

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

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

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

border-color css

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

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

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