Html Css Color HEX #388617 Bilbao

📋 copy color: '#388617'

red 56 ◦ green 134 ◦ blue 23

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

Shades of Bilbao #388617

Tints of Bilbao #388617

RGB

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

 GREEN value IS 134 (52.73% from 255) = 62.91%

 BLUE value IS 23 (9.38% from 255) = 10.8%

R = 26.29%
G = 62.91%
B = 10.8%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#388617 (or 0x388617) is known color: Bilbao. HEX triplet: 38, 86 and 17. RGB value is (56,134,23). Sum of RGB (Red+Green+Blue) = 56+134+23=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 134 (52.73% from 255 or 62.91% from 213); Blue value is 23 (9.38% from 255 or 10.80% from 213); Max value from RGB is 134 - color contains mainly: green. Hex color #388617 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388617 is #C779E8. Grayscale: #626262. Windows color (decimal): -13072873 or 1541688. OLE color: 1541688.

HSL color Cylindrical-coordinate representation of color #388617: hue angle of 102.16º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #388617 is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 134 23 -
CMYK 0.58 0 0.83 0.47
HSL 102.16º 0.71% 0.31% -
HSV(B) 102.16º 0.83% 0.53% -
XYZ 10.31 17.95 3.73 -
YUV 98.02 85.66 98.03 -
System Red Green Blue C M Y K H S L
Decimal 56 134 23 0.58 0 0.83 0.47 102.16 0.71 0.31
Hex 38 86 17 3A 0 53 2F 66 47 1F
Octal 70 206 27 72 0 123 57 146 107 37
Binary 111000 10000110 10111 111010 0 1010011 101111 1100110 1000111 11111

Color Harmonies of #388617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388617

Black with #388617

Text Example


Text Example

White with #388617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388617; }

 p { color: rgb(56,134,23); }

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

background-color css

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

 a { background-color: rgb(56,134,23); }

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

border-color css

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

 span { border-color: rgb(56,134,23); }

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