Html Css Color HEX #388D08 Bilbao

📋 copy color: '#388D08'

red 56 ◦ green 141 ◦ blue 8

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

Shades of Bilbao #388D08

Tints of Bilbao #388D08

RGB

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

 GREEN value IS 141 (55.47% from 255) = 68.78%

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

R = 27.32%
G = 68.78%
B = 3.9%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#388D08 (or 0x388D08) is known color: Bilbao. HEX triplet: 38, 8D and 08. RGB value is (56,141,8). Sum of RGB (Red+Green+Blue) = 56+141+8=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 141 (55.47% from 255 or 68.78% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 141 - color contains mainly: green. Hex color #388D08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388D08 is #C772F7. Grayscale: #646464. Windows color (decimal): -13071096 or 560440. OLE color: 560440.

HSL color Cylindrical-coordinate representation of color #388D08: hue angle of 98.35º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #388D08 is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 141 8 -
CMYK 0.60 0 0.94 0.45
HSL 98.35º 0.89% 0.29% -
HSV(B) 98.35º 0.94% 0.55% -
XYZ 11.2 19.91 3.48 -
YUV 100.42 75.84 96.31 -
System Red Green Blue C M Y K H S L
Decimal 56 141 8 0.60 0 0.94 0.45 98.35 0.89 0.29
Hex 38 8D 8 3C 0 5E 2D 62 59 1D
Octal 70 215 10 74 0 136 55 142 131 35
Binary 111000 10001101 1000 111100 0 1011110 101101 1100010 1011001 11101

Color Harmonies of #388D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388D08

Black with #388D08

Text Example


Text Example

White with #388D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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