Html Css Color HEX #388428 Bilbao

📋 copy color: '#388428'

red 56 ◦ green 132 ◦ blue 40

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

Shades of Bilbao #388428

Tints of Bilbao #388428

RGB

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

 GREEN value IS 132 (51.95% from 255) = 57.89%

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

R = 24.56%
G = 57.89%
B = 17.54%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#388428 (or 0x388428) is known color: Bilbao. HEX triplet: 38, 84 and 28. RGB value is (56,132,40). Sum of RGB (Red+Green+Blue) = 56+132+40=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 132 (51.95% from 255 or 57.89% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 132 - color contains mainly: green. Hex color #388428 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388428 is #C77BD7. Grayscale: #636363. Windows color (decimal): -13073368 or 2655288. OLE color: 2655288.

HSL color Cylindrical-coordinate representation of color #388428: hue angle of 109.57º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #388428 is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 132 40 -
CMYK 0.58 0 0.70 0.48
HSL 109.57º 0.53% 0.34% -
HSV(B) 109.57º 0.7% 0.52% -
XYZ 10.27 17.5 4.84 -
YUV 98.79 94.82 97.48 -
System Red Green Blue C M Y K H S L
Decimal 56 132 40 0.58 0 0.70 0.48 109.57 0.53 0.34
Hex 38 84 28 3A 0 46 30 6E 35 22
Octal 70 204 50 72 0 106 60 156 65 42
Binary 111000 10000100 101000 111010 0 1000110 110000 1101110 110101 100010

Color Harmonies of #388428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388428

Black with #388428

Text Example


Text Example

White with #388428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388428; }

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

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

background-color css

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

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

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

border-color css

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

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

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