Html Css Color HEX #388809 Bilbao

📋 copy color: '#388809'

red 56 ◦ green 136 ◦ blue 9

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

Shades of Bilbao #388809

Tints of Bilbao #388809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.48%

R = 27.86%
G = 67.66%
B = 4.48%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#388809 (or 0x388809) is known color: Bilbao. HEX triplet: 38, 88 and 09. RGB value is (56,136,9). Sum of RGB (Red+Green+Blue) = 56+136+9=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 136 (53.52% from 255 or 67.66% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 136 - color contains mainly: green. Hex color #388809 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388809 is #C777F6. Grayscale: #626262. Windows color (decimal): -13072375 or 624696. OLE color: 624696.

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

Color convert

RGB 56 136 9 -
CMYK 0.59 0 0.93 0.47
HSL 97.8º 0.88% 0.28% -
HSV(B) 97.8º 0.93% 0.53% -
XYZ 10.48 18.47 3.27 -
YUV 97.6 78 98.33 -
System Red Green Blue C M Y K H S L
Decimal 56 136 9 0.59 0 0.93 0.47 97.8 0.88 0.28
Hex 38 88 9 3B 0 5D 2F 62 58 1C
Octal 70 210 11 73 0 135 57 142 130 34
Binary 111000 10001000 1001 111011 0 1011101 101111 1100010 1011000 11100

Color Harmonies of #388809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388809

Black with #388809

Text Example


Text Example

White with #388809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388809; }

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

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

background-color css

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

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

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

border-color css

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

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

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