Html Css Color HEX #388128 Bilbao

📋 copy color: '#388128'

red 56 ◦ green 129 ◦ blue 40

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

Shades of Bilbao #388128

Tints of Bilbao #388128

RGB

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

 GREEN value IS 129 (50.78% from 255) = 57.33%

 BLUE value IS 40 (16.02% from 255) = 17.78%

R = 24.89%
G = 57.33%
B = 17.78%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#388128 (or 0x388128) is known color: Bilbao. HEX triplet: 38, 81 and 28. RGB value is (56,129,40). Sum of RGB (Red+Green+Blue) = 56+129+40=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 129 (50.78% from 255 or 57.33% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 129 - color contains mainly: green. Hex color #388128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388128 is #C77ED7. Grayscale: #616161. Windows color (decimal): -13074136 or 2654520. OLE color: 2654520.

HSL color Cylindrical-coordinate representation of color #388128: hue angle of 109.21º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #388128 is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 129 40 -
CMYK 0.57 0 0.69 0.49
HSL 109.21º 0.53% 0.33% -
HSV(B) 109.21º 0.69% 0.51% -
XYZ 9.86 16.69 4.71 -
YUV 97.03 95.82 98.74 -
System Red Green Blue C M Y K H S L
Decimal 56 129 40 0.57 0 0.69 0.49 109.21 0.53 0.33
Hex 38 81 28 39 0 45 31 6D 35 21
Octal 70 201 50 71 0 105 61 155 65 41
Binary 111000 10000001 101000 111001 0 1000101 110001 1101101 110101 100001

Color Harmonies of #388128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388128

Black with #388128

Text Example


Text Example

White with #388128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388128; }

 p { color: rgb(56,129,40); }

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

background-color css

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

 a { background-color: rgb(56,129,40); }

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

border-color css

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

 span { border-color: rgb(56,129,40); }

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