Html Css Color HEX #388A05 Bilbao

📋 copy color: '#388A05'

red 56 ◦ green 138 ◦ blue 5

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

Shades of Bilbao #388A05

Tints of Bilbao #388A05

RGB

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

 GREEN value IS 138 (54.3% from 255) = 69.35%

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

R = 28.14%
G = 69.35%
B = 2.51%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#388A05 (or 0x388A05) is known color: Bilbao. HEX triplet: 38, 8A and 05. RGB value is (56,138,5). Sum of RGB (Red+Green+Blue) = 56+138+5=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 138 (54.30% from 255 or 69.35% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 138 - color contains mainly: green. Hex color #388A05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388A05 is #C775FA. Grayscale: #626262. Windows color (decimal): -13071867 or 363064. OLE color: 363064.

HSL color Cylindrical-coordinate representation of color #388A05: hue angle of 96.99º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #388A05 is Cyan = 0.59, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 138 5 -
CMYK 0.59 0 0.96 0.46
HSL 96.99º 0.93% 0.28% -
HSV(B) 96.99º 0.96% 0.54% -
XYZ 10.75 19.03 3.25 -
YUV 98.32 75.33 97.81 -
System Red Green Blue C M Y K H S L
Decimal 56 138 5 0.59 0 0.96 0.46 96.99 0.93 0.28
Hex 38 8A 5 3B 0 60 2E 61 5D 1C
Octal 70 212 5 73 0 140 56 141 135 34
Binary 111000 10001010 101 111011 0 1100000 101110 1100001 1011101 11100

Color Harmonies of #388A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388A05

Black with #388A05

Text Example


Text Example

White with #388A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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