Html Css Color HEX #388408 Bilbao

📋 copy color: '#388408'

red 56 ◦ green 132 ◦ blue 8

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

Shades of Bilbao #388408

Tints of Bilbao #388408

RGB

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

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

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

R = 28.57%
G = 67.35%
B = 4.08%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#388408 (or 0x388408) is known color: Bilbao. HEX triplet: 38, 84 and 08. RGB value is (56,132,8). Sum of RGB (Red+Green+Blue) = 56+132+8=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 132 (51.95% from 255 or 67.35% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 132 - color contains mainly: green. Hex color #388408 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388408 is #C77BF7. Grayscale: #5F5F5F. Windows color (decimal): -13073400 or 558136. OLE color: 558136.

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

Color convert

RGB 56 132 8 -
CMYK 0.58 0 0.94 0.48
HSL 96.77º 0.89% 0.27% -
HSV(B) 96.77º 0.94% 0.52% -
XYZ 9.93 17.36 3.06 -
YUV 95.14 78.82 100.08 -
System Red Green Blue C M Y K H S L
Decimal 56 132 8 0.58 0 0.94 0.48 96.77 0.89 0.27
Hex 38 84 8 3A 0 5E 30 61 59 1B
Octal 70 204 10 72 0 136 60 141 131 33
Binary 111000 10000100 1000 111010 0 1011110 110000 1100001 1011001 11011

Color Harmonies of #388408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388408

Black with #388408

Text Example


Text Example

White with #388408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388408; }

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

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

background-color css

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

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

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

border-color css

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

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

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