Html Css Color HEX #388805 Bilbao

📋 copy color: '#388805'

red 56 ◦ green 136 ◦ blue 5

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

Shades of Bilbao #388805

Tints of Bilbao #388805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.54%

R = 28.43%
G = 69.04%
B = 2.54%

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

#388805 (or 0x388805) is known color: Bilbao. HEX triplet: 38, 88 and 05. RGB value is (56,136,5). Sum of RGB (Red+Green+Blue) = 56+136+5=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 136 (53.52% from 255 or 69.04% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 136 - color contains mainly: green. Hex color #388805 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388805 is #C777FA. Grayscale: #616161. Windows color (decimal): -13072379 or 362552. OLE color: 362552.

HSL color Cylindrical-coordinate representation of color #388805: hue angle of 96.64º degrees, saturation: 0.93, 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 #388805 is Cyan = 0.59, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 136 5 -
CMYK 0.59 0 0.96 0.47
HSL 96.64º 0.93% 0.28% -
HSV(B) 96.64º 0.96% 0.53% -
XYZ 10.46 18.46 3.16 -
YUV 97.15 76 98.65 -
System Red Green Blue C M Y K H S L
Decimal 56 136 5 0.59 0 0.96 0.47 96.64 0.93 0.28
Hex 38 88 5 3B 0 60 2F 61 5D 1C
Octal 70 210 5 73 0 140 57 141 135 34
Binary 111000 10001000 101 111011 0 1100000 101111 1100001 1011101 11100

Color Harmonies of #388805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388805

Black with #388805

Text Example


Text Example

White with #388805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388805; }

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

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

background-color css

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

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

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

border-color css

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

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

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