Html Css Color HEX #388608 Bilbao

📋 copy color: '#388608'

red 56 ◦ green 134 ◦ blue 8

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

Shades of Bilbao #388608

Tints of Bilbao #388608

RGB

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

 GREEN value IS 134 (52.73% from 255) = 67.68%

 BLUE value IS 8 (3.52% from 255) = 4.04%

R = 28.28%
G = 67.68%
B = 4.04%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#388608 (or 0x388608) is known color: Bilbao. HEX triplet: 38, 86 and 08. RGB value is (56,134,8). Sum of RGB (Red+Green+Blue) = 56+134+8=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 134 (52.73% from 255 or 67.68% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 134 - color contains mainly: green. Hex color #388608 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388608 is #C779F7. Grayscale: #606060. Windows color (decimal): -13072888 or 558648. OLE color: 558648.

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

Color convert

RGB 56 134 8 -
CMYK 0.58 0 0.94 0.47
HSL 97.14º 0.89% 0.28% -
HSV(B) 97.14º 0.94% 0.53% -
XYZ 10.2 17.91 3.15 -
YUV 96.31 78.16 99.25 -
System Red Green Blue C M Y K H S L
Decimal 56 134 8 0.58 0 0.94 0.47 97.14 0.89 0.28
Hex 38 86 8 3A 0 5E 2F 61 59 1C
Octal 70 206 10 72 0 136 57 141 131 34
Binary 111000 10000110 1000 111010 0 1011110 101111 1100001 1011001 11100

Color Harmonies of #388608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388608

Black with #388608

Text Example


Text Example

White with #388608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388608; }

 p { color: rgb(56,134,8); }

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

background-color css

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

 a { background-color: rgb(56,134,8); }

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

border-color css

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

 span { border-color: rgb(56,134,8); }

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