Html Css Color HEX #388221 Bilbao

📋 copy color: '#388221'

red 56 ◦ green 130 ◦ blue 33

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

Shades of Bilbao #388221

Tints of Bilbao #388221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.07%

R = 25.57%
G = 59.36%
B = 15.07%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#388221 (or 0x388221) is known color: Bilbao. HEX triplet: 38, 82 and 21. RGB value is (56,130,33). Sum of RGB (Red+Green+Blue) = 56+130+33=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 130 (51.17% from 255 or 59.36% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 130 - color contains mainly: green. Hex color #388221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388221 is #C77DDE. Grayscale: #616161. Windows color (decimal): -13073887 or 2196024. OLE color: 2196024.

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

Color convert

RGB 56 130 33 -
CMYK 0.57 0 0.75 0.49
HSL 105.77º 0.6% 0.32% -
HSV(B) 105.77º 0.75% 0.51% -
XYZ 9.89 16.92 4.18 -
YUV 96.82 91.98 98.89 -
System Red Green Blue C M Y K H S L
Decimal 56 130 33 0.57 0 0.75 0.49 105.77 0.6 0.32
Hex 38 82 21 39 0 4B 31 6A 3C 20
Octal 70 202 41 71 0 113 61 152 74 40
Binary 111000 10000010 100001 111001 0 1001011 110001 1101010 111100 100000

Color Harmonies of #388221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388221

Black with #388221

Text Example


Text Example

White with #388221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388221; }

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

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

background-color css

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

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

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

border-color css

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

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

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