Html Css Color HEX #388420 Bilbao

📋 copy color: '#388420'

red 56 ◦ green 132 ◦ blue 32

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

Shades of Bilbao #388420

Tints of Bilbao #388420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.55%

R = 25.45%
G = 60%
B = 14.55%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#388420 (or 0x388420) is known color: Bilbao. HEX triplet: 38, 84 and 20. RGB value is (56,132,32). Sum of RGB (Red+Green+Blue) = 56+132+32=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 132 (51.95% from 255 or 60% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 132 - color contains mainly: green. Hex color #388420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388420 is #C77BDF. Grayscale: #626262. Windows color (decimal): -13073376 or 2131000. OLE color: 2131000.

HSL color Cylindrical-coordinate representation of color #388420: hue angle of 105.6º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #388420 is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 132 32 -
CMYK 0.58 0 0.76 0.48
HSL 105.6º 0.61% 0.32% -
HSV(B) 105.6º 0.76% 0.52% -
XYZ 10.14 17.45 4.2 -
YUV 97.88 90.82 98.13 -
System Red Green Blue C M Y K H S L
Decimal 56 132 32 0.58 0 0.76 0.48 105.6 0.61 0.32
Hex 38 84 20 3A 0 4C 30 6A 3D 20
Octal 70 204 40 72 0 114 60 152 75 40
Binary 111000 10000100 100000 111010 0 1001100 110000 1101010 111101 100000

Color Harmonies of #388420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388420

Black with #388420

Text Example


Text Example

White with #388420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388420; }

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

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

background-color css

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

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

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

border-color css

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

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

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