Html Css Color HEX #388B08 Bilbao

📋 copy color: '#388B08'

red 56 ◦ green 139 ◦ blue 8

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

Shades of Bilbao #388B08

Tints of Bilbao #388B08

RGB

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

 GREEN value IS 139 (54.69% from 255) = 68.47%

 BLUE value IS 8 (3.52% from 255) = 3.94%

R = 27.59%
G = 68.47%
B = 3.94%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#388B08 (or 0x388B08) is known color: Bilbao. HEX triplet: 38, 8B and 08. RGB value is (56,139,8). Sum of RGB (Red+Green+Blue) = 56+139+8=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 139 (54.69% from 255 or 68.47% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 139 - color contains mainly: green. Hex color #388B08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388B08 is #C774F7. Grayscale: #636363. Windows color (decimal): -13071608 or 559928. OLE color: 559928.

HSL color Cylindrical-coordinate representation of color #388B08: hue angle of 98.02º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #388B08 is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 139 8 -
CMYK 0.60 0 0.94 0.45
HSL 98.02º 0.89% 0.29% -
HSV(B) 98.02º 0.94% 0.55% -
XYZ 10.91 19.32 3.38 -
YUV 99.25 76.5 97.15 -
System Red Green Blue C M Y K H S L
Decimal 56 139 8 0.60 0 0.94 0.45 98.02 0.89 0.29
Hex 38 8B 8 3C 0 5E 2D 62 59 1D
Octal 70 213 10 74 0 136 55 142 131 35
Binary 111000 10001011 1000 111100 0 1011110 101101 1100010 1011001 11101

Color Harmonies of #388B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388B08

Black with #388B08

Text Example


Text Example

White with #388B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388B08; }

 p { color: rgb(56,139,8); }

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

background-color css

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

 a { background-color: rgb(56,139,8); }

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

border-color css

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

 span { border-color: rgb(56,139,8); }

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