Html Css Color HEX #388819 Bilbao

📋 copy color: '#388819'

red 56 ◦ green 136 ◦ blue 25

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

Shades of Bilbao #388819

Tints of Bilbao #388819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.52%

R = 25.81%
G = 62.67%
B = 11.52%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#388819 (or 0x388819) is known color: Bilbao. HEX triplet: 38, 88 and 19. RGB value is (56,136,25). Sum of RGB (Red+Green+Blue) = 56+136+25=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 136 (53.52% from 255 or 62.67% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 136 - color contains mainly: green. Hex color #388819 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388819 is #C777E6. Grayscale: #636363. Windows color (decimal): -13072359 or 1673272. OLE color: 1673272.

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

Color convert

RGB 56 136 25 -
CMYK 0.59 0 0.82 0.47
HSL 103.24º 0.69% 0.32% -
HSV(B) 103.24º 0.82% 0.53% -
XYZ 10.61 18.52 3.94 -
YUV 99.43 86 97.03 -
System Red Green Blue C M Y K H S L
Decimal 56 136 25 0.59 0 0.82 0.47 103.24 0.69 0.32
Hex 38 88 19 3B 0 52 2F 67 45 20
Octal 70 210 31 73 0 122 57 147 105 40
Binary 111000 10001000 11001 111011 0 1010010 101111 1100111 1000101 100000

Color Harmonies of #388819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388819

Black with #388819

Text Example


Text Example

White with #388819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388819; }

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

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

background-color css

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

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

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

border-color css

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

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

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