Html Css Color HEX #388826 Bilbao

📋 copy color: '#388826'

red 56 ◦ green 136 ◦ blue 38

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

Shades of Bilbao #388826

Tints of Bilbao #388826

RGB

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

 GREEN value IS 136 (53.52% from 255) = 59.13%

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

R = 24.35%
G = 59.13%
B = 16.52%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#388826 (or 0x388826) is known color: Bilbao. HEX triplet: 38, 88 and 26. RGB value is (56,136,38). Sum of RGB (Red+Green+Blue) = 56+136+38=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 136 (53.52% from 255 or 59.13% from 230); Blue value is 38 (15.23% from 255 or 16.52% from 230); Max value from RGB is 136 - color contains mainly: green. Hex color #388826 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388826 is #C777D9. Grayscale: #656565. Windows color (decimal): -13072346 or 2525240. OLE color: 2525240.

HSL color Cylindrical-coordinate representation of color #388826: hue angle of 108.98º 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 #388826 is Cyan = 0.59, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 136 38 -
CMYK 0.59 0 0.72 0.47
HSL 108.98º 0.56% 0.34% -
HSV(B) 108.98º 0.72% 0.53% -
XYZ 10.78 18.59 4.85 -
YUV 100.91 92.5 95.97 -
System Red Green Blue C M Y K H S L
Decimal 56 136 38 0.59 0 0.72 0.47 108.98 0.56 0.34
Hex 38 88 26 3B 0 48 2F 6D 38 22
Octal 70 210 46 73 0 110 57 155 70 42
Binary 111000 10001000 100110 111011 0 1001000 101111 1101101 111000 100010

Color Harmonies of #388826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388826

Black with #388826

Text Example


Text Example

White with #388826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388826; }

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

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

background-color css

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

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

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

border-color css

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

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

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