Html Css Color HEX #388501 Bilbao

📋 copy color: '#388501'

red 56 ◦ green 133 ◦ blue 1

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

Shades of Bilbao #388501

Tints of Bilbao #388501

RGB

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

 GREEN value IS 133 (52.34% from 255) = 70%

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

R = 29.47%
G = 70%
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

#388501 (or 0x388501) is known color: Bilbao. HEX triplet: 38, 85 and 01. RGB value is (56,133,1). Sum of RGB (Red+Green+Blue) = 56+133+1=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 133 (52.34% from 255 or 70% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 133 - color contains mainly: green. Hex color #388501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388501 is #C77AFE. Grayscale: #5F5F5F. Windows color (decimal): -13073151 or 99640. OLE color: 99640.

HSL color Cylindrical-coordinate representation of color #388501: hue angle of 95º degrees, saturation: 0.99, 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 #388501 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 133 1 -
CMYK 0.58 0 0.99 0.48
HSL 95º 0.99% 0.26% -
HSV(B) 95º 0.99% 0.52% -
XYZ 10.02 17.62 2.9 -
YUV 94.93 74.99 100.23 -
System Red Green Blue C M Y K H S L
Decimal 56 133 1 0.58 0 0.99 0.48 95 0.99 0.26
Hex 38 85 1 3A 0 63 30 5F 63 1A
Octal 70 205 1 72 0 143 60 137 143 32
Binary 111000 10000101 1 111010 0 1100011 110000 1011111 1100011 11010

Color Harmonies of #388501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388501

Black with #388501

Text Example


Text Example

White with #388501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388501; }

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

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

background-color css

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

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

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

border-color css

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

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

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