Html Css Color HEX #388626 Bilbao

📋 copy color: '#388626'

red 56 ◦ green 134 ◦ blue 38

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

Shades of Bilbao #388626

Tints of Bilbao #388626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.67%

R = 24.56%
G = 58.77%
B = 16.67%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#388626 (or 0x388626) is known color: Bilbao. HEX triplet: 38, 86 and 26. RGB value is (56,134,38). Sum of RGB (Red+Green+Blue) = 56+134+38=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 134 (52.73% from 255 or 58.77% from 228); Blue value is 38 (15.23% from 255 or 16.67% from 228); Max value from RGB is 134 - color contains mainly: green. Hex color #388626 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388626 is #C779D9. Grayscale: #646464. Windows color (decimal): -13072858 or 2524728. OLE color: 2524728.

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

Color convert

RGB 56 134 38 -
CMYK 0.58 0 0.72 0.47
HSL 108.75º 0.56% 0.34% -
HSV(B) 108.75º 0.72% 0.53% -
XYZ 10.51 18.03 4.76 -
YUV 99.73 93.16 96.81 -
System Red Green Blue C M Y K H S L
Decimal 56 134 38 0.58 0 0.72 0.47 108.75 0.56 0.34
Hex 38 86 26 3A 0 48 2F 6D 38 22
Octal 70 206 46 72 0 110 57 155 70 42
Binary 111000 10000110 100110 111010 0 1001000 101111 1101101 111000 100010

Color Harmonies of #388626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388626

Black with #388626

Text Example


Text Example

White with #388626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388626; }

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

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

background-color css

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

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

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

border-color css

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

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

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