Html Css Color HEX #388030 Bilbao

📋 copy color: '#388030'

red 56 ◦ green 128 ◦ blue 48

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

Shades of Bilbao #388030

Tints of Bilbao #388030

RGB

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

 GREEN value IS 128 (50.39% from 255) = 55.17%

 BLUE value IS 48 (19.14% from 255) = 20.69%

R = 24.14%
G = 55.17%
B = 20.69%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#388030 (or 0x388030) is known color: Bilbao. HEX triplet: 38, 80 and 30. RGB value is (56,128,48). Sum of RGB (Red+Green+Blue) = 56+128+48=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 128 (50.39% from 255 or 55.17% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 128 - color contains mainly: green. Hex color #388030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388030 is #C77FCF. Grayscale: #616161. Windows color (decimal): -13074384 or 3178552. OLE color: 3178552.

HSL color Cylindrical-coordinate representation of color #388030: hue angle of 114º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #388030 is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 128 48 -
CMYK 0.56 0 0.62 0.50
HSL 114º 0.45% 0.35% -
HSV(B) 114º 0.63% 0.5% -
XYZ 9.88 16.49 5.46 -
YUV 97.35 100.15 98.5 -
System Red Green Blue C M Y K H S L
Decimal 56 128 48 0.56 0 0.62 0.50 114 0.45 0.35
Hex 38 80 30 38 0 3E 32 72 2D 23
Octal 70 200 60 70 0 76 62 162 55 43
Binary 111000 10000000 110000 111000 0 111110 110010 1110010 101101 100011

Color Harmonies of #388030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388030

Black with #388030

Text Example


Text Example

White with #388030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388030; }

 p { color: rgb(56,128,48); }

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

background-color css

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

 a { background-color: rgb(56,128,48); }

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

border-color css

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

 span { border-color: rgb(56,128,48); }

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