Html Css Color HEX #388806 Bilbao

📋 copy color: '#388806'

red 56 ◦ green 136 ◦ blue 6

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

Shades of Bilbao #388806

Tints of Bilbao #388806

RGB

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

 GREEN value IS 136 (53.52% from 255) = 68.69%

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

R = 28.28%
G = 68.69%
B = 3.03%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#388806 (or 0x388806) is known color: Bilbao. HEX triplet: 38, 88 and 06. RGB value is (56,136,6). Sum of RGB (Red+Green+Blue) = 56+136+6=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 136 (53.52% from 255 or 68.69% from 198); Blue value is 6 (2.73% from 255 or 3.03% from 198); Max value from RGB is 136 - color contains mainly: green. Hex color #388806 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388806 is #C777F9. Grayscale: #616161. Windows color (decimal): -13072378 or 428088. OLE color: 428088.

HSL color Cylindrical-coordinate representation of color #388806: hue angle of 96.92º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #388806 is Cyan = 0.59, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 136 6 -
CMYK 0.59 0 0.96 0.47
HSL 96.92º 0.92% 0.28% -
HSV(B) 96.92º 0.96% 0.53% -
XYZ 10.47 18.46 3.18 -
YUV 97.26 76.5 98.57 -
System Red Green Blue C M Y K H S L
Decimal 56 136 6 0.59 0 0.96 0.47 96.92 0.92 0.28
Hex 38 88 6 3B 0 60 2F 61 5C 1C
Octal 70 210 6 73 0 140 57 141 134 34
Binary 111000 10001000 110 111011 0 1100000 101111 1100001 1011100 11100

Color Harmonies of #388806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388806

Black with #388806

Text Example


Text Example

White with #388806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388806; }

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

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

background-color css

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

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

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

border-color css

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

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

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