Html Css Color HEX #388404 Bilbao

📋 copy color: '#388404'

red 56 ◦ green 132 ◦ blue 4

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

Shades of Bilbao #388404

Tints of Bilbao #388404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.08%

R = 29.17%
G = 68.75%
B = 2.08%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#388404 (or 0x388404) is known color: Bilbao. HEX triplet: 38, 84 and 04. RGB value is (56,132,4). Sum of RGB (Red+Green+Blue) = 56+132+4=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 132 (51.95% from 255 or 68.75% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 132 - color contains mainly: green. Hex color #388404 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388404 is #C77BFB. Grayscale: #5F5F5F. Windows color (decimal): -13073404 or 295992. OLE color: 295992.

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

Color convert

RGB 56 132 4 -
CMYK 0.58 0 0.97 0.48
HSL 95.63º 0.94% 0.27% -
HSV(B) 95.63º 0.97% 0.52% -
XYZ 9.9 17.35 2.94 -
YUV 94.68 76.82 100.41 -
System Red Green Blue C M Y K H S L
Decimal 56 132 4 0.58 0 0.97 0.48 95.63 0.94 0.27
Hex 38 84 4 3A 0 61 30 60 5E 1B
Octal 70 204 4 72 0 141 60 140 136 33
Binary 111000 10000100 100 111010 0 1100001 110000 1100000 1011110 11011

Color Harmonies of #388404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388404

Black with #388404

Text Example


Text Example

White with #388404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388404; }

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

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

background-color css

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

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

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

border-color css

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

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

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