Html Css Color HEX #388401 Bilbao

📋 copy color: '#388401'

red 56 ◦ green 132 ◦ blue 1

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

Shades of Bilbao #388401

Tints of Bilbao #388401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.53%

R = 29.63%
G = 69.84%
B = 0.53%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#388401 (or 0x388401) is known color: Bilbao. HEX triplet: 38, 84 and 01. RGB value is (56,132,1). Sum of RGB (Red+Green+Blue) = 56+132+1=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 132 (51.95% from 255 or 69.84% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 132 - color contains mainly: green. Hex color #388401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388401 is #C77BFE. Grayscale: #5E5E5E. Windows color (decimal): -13073407 or 99384. OLE color: 99384.

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

Color convert

RGB 56 132 1 -
CMYK 0.58 0 0.99 0.48
HSL 94.81º 0.98% 0.26% -
HSV(B) 94.81º 0.99% 0.52% -
XYZ 9.89 17.35 2.86 -
YUV 94.34 75.32 100.65 -
System Red Green Blue C M Y K H S L
Decimal 56 132 1 0.58 0 0.99 0.48 94.81 0.98 0.26
Hex 38 84 1 3A 0 63 30 5F 62 1A
Octal 70 204 1 72 0 143 60 137 142 32
Binary 111000 10000100 1 111010 0 1100011 110000 1011111 1100010 11010

Color Harmonies of #388401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388401

Black with #388401

Text Example


Text Example

White with #388401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388401; }

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

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

background-color css

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

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

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

border-color css

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

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

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