Html Css Color HEX #388228 Bilbao

📋 copy color: '#388228'

red 56 ◦ green 130 ◦ blue 40

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

Shades of Bilbao #388228

Tints of Bilbao #388228

RGB

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

 GREEN value IS 130 (51.17% from 255) = 57.52%

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

R = 24.78%
G = 57.52%
B = 17.7%

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

#388228 (or 0x388228) is known color: Bilbao. HEX triplet: 38, 82 and 28. RGB value is (56,130,40). Sum of RGB (Red+Green+Blue) = 56+130+40=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 130 (51.17% from 255 or 57.52% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 130 - color contains mainly: green. Hex color #388228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388228 is #C77DD7. Grayscale: #616161. Windows color (decimal): -13073880 or 2654776. OLE color: 2654776.

HSL color Cylindrical-coordinate representation of color #388228: hue angle of 109.33º 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 #388228 is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 130 40 -
CMYK 0.57 0 0.69 0.49
HSL 109.33º 0.53% 0.33% -
HSV(B) 109.33º 0.69% 0.51% -
XYZ 10 16.96 4.75 -
YUV 97.61 95.48 98.32 -
System Red Green Blue C M Y K H S L
Decimal 56 130 40 0.57 0 0.69 0.49 109.33 0.53 0.33
Hex 38 82 28 39 0 45 31 6D 35 21
Octal 70 202 50 71 0 105 61 155 65 41
Binary 111000 10000010 101000 111001 0 1000101 110001 1101101 110101 100001

Color Harmonies of #388228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388228

Black with #388228

Text Example


Text Example

White with #388228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388228; }

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

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

background-color css

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

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

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

border-color css

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

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

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