Html Css Color HEX #388701 Bilbao

📋 copy color: '#388701'

red 56 ◦ green 135 ◦ blue 1

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

Shades of Bilbao #388701

Tints of Bilbao #388701

RGB

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

 GREEN value IS 135 (53.13% from 255) = 70.31%

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

R = 29.17%
G = 70.31%
B = 0.52%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#388701 (or 0x388701) is known color: Bilbao. HEX triplet: 38, 87 and 01. RGB value is (56,135,1). Sum of RGB (Red+Green+Blue) = 56+135+1=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 135 (53.12% from 255 or 70.31% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 135 - color contains mainly: green. Hex color #388701 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388701 is #C778FE. Grayscale: #606060. Windows color (decimal): -13072639 or 100152. OLE color: 100152.

HSL color Cylindrical-coordinate representation of color #388701: hue angle of 95.37º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #388701 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 135 1 -
CMYK 0.59 0 0.99 0.47
HSL 95.37º 0.99% 0.27% -
HSV(B) 95.37º 0.99% 0.53% -
XYZ 10.3 18.17 2.99 -
YUV 96.1 74.33 99.4 -
System Red Green Blue C M Y K H S L
Decimal 56 135 1 0.59 0 0.99 0.47 95.37 0.99 0.27
Hex 38 87 1 3B 0 63 2F 5F 63 1B
Octal 70 207 1 73 0 143 57 137 143 33
Binary 111000 10000111 1 111011 0 1100011 101111 1011111 1100011 11011

Color Harmonies of #388701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388701

Black with #388701

Text Example


Text Example

White with #388701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388701; }

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

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

background-color css

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

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

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

border-color css

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

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

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