Html Css Color HEX #388131 Bilbao

📋 copy color: '#388131'

red 56 ◦ green 129 ◦ blue 49

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

Shades of Bilbao #388131

Tints of Bilbao #388131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.94%

R = 23.93%
G = 55.13%
B = 20.94%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#388131 (or 0x388131) is known color: Bilbao. HEX triplet: 38, 81 and 31. RGB value is (56,129,49). Sum of RGB (Red+Green+Blue) = 56+129+49=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 129 (50.78% from 255 or 55.13% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 129 - color contains mainly: green. Hex color #388131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388131 is #C77ECE. Grayscale: #626262. Windows color (decimal): -13074127 or 3244344. OLE color: 3244344.

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

Color convert

RGB 56 129 49 -
CMYK 0.57 0 0.62 0.49
HSL 114.75º 0.45% 0.35% -
HSV(B) 114.75º 0.62% 0.51% -
XYZ 10.04 16.76 5.61 -
YUV 98.05 100.32 98 -
System Red Green Blue C M Y K H S L
Decimal 56 129 49 0.57 0 0.62 0.49 114.75 0.45 0.35
Hex 38 81 31 39 0 3E 31 73 2D 23
Octal 70 201 61 71 0 76 61 163 55 43
Binary 111000 10000001 110001 111001 0 111110 110001 1110011 101101 100011

Color Harmonies of #388131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388131

Black with #388131

Text Example


Text Example

White with #388131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388131; }

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

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

background-color css

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

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

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

border-color css

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

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

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